summaryrefslogtreecommitdiffstats
path: root/textw/partition_text.py
Commit message (Collapse)AuthorAgeFilesLines
* merge from taroonJeremy Katz2003-09-201-1/+1
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-3/+4
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-1/+7
| | | | and cleanups in here too
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-2/+4
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-24/+8
| | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
* no longer allowing badblocks checkingMike Fulbright2003-03-141-11/+21
|
* fix for bug #80746Mike Fulbright2003-02-121-1/+3
|
* # XXX we always unskip disk druid in tui right now sinceJeremy Katz2003-02-111-0/+5
| | | | | # we don't ask if you want to review amd if you're using # text mode, we hope you're smart enough to deal (#82474)
* fix for bug #66900Mike Fulbright2002-08-141-0/+15
|
* we can't get a native type unless it's really a partition, so fall back to ↵Jeremy Katz2002-08-011-1/+4
| | | | just saying Foreign if we can't
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-8/+8
|
* spelling fix (#68617)Jeremy Katz2002-07-111-1/+1
|
* dont show badblocks options for preexisting LVM and RAID devicesMike Fulbright2002-06-251-10/+26
|
* support for formatting/migrating preexisting RAID and LVM for TUIMike Fulbright2002-06-251-103/+151
|
* added support for editting preexisting lvMike Fulbright2002-06-231-7/+9
|
* added some TUI LVM supportMike Fulbright2002-06-211-26/+60
|
* kill annoying but that prevented you from editing mountpoints on partitionsJeremy Katz2002-05-291-1/+1
|
* fix notting's traceback when choosing to not format a preexisting partitionJeremy Katz2002-05-291-1/+1
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-13/+9
| | | | methods of request classes or the Partitions class
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-2/+3
| | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types.
* all of the silly interface helpers get their own file nowJeremy Katz2002-02-121-0/+1
|
* stage 1 of the partitioning.py cleanup effort --Jeremy Katz2002-02-061-0/+1
| | | | | | | | | | | | | | 1) move the following functions from partitioning.py -> partedUtils.py get_flags, start_sector_to_cyl, end_sector_to_cyl, start_cyl_to_sector, end_cyl_to_sector, getPartSize, getPartSizeMB, getDeviceSizeMB, get_partition_by_name, get_partition_name, get_partition_file_system_type, set_partition_file_system_type, get_partition_drive, map_foreign_to_fsname, filter_partitions, get_logical_partitions, get_primary_partitions, get_raid_partitions, get_lvm_partitions, 2) move PartitioningError and PartitioningWarning classes from partitioning.py -> partErrors.py Change everything that depends on these functions to use the new location
* maybe I should go back to drinking more caffeine...Jeremy Katz2002-02-041-1/+1
|
* duplicate error checking from guiJeremy Katz2002-02-041-1/+1
|
* rename field so we know its units is MBMike Fulbright2002-01-281-3/+3
|
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-4/+3
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-4/+26
| | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night
* fix for bug 53367Mike Fulbright2001-09-071-1/+1
|
* raidcounter needs to be bumped in the loop in text mode (52807)Jeremy Katz2001-08-291-0/+1
|
* fix up matt partitioning by making the new ones identify themselves properly ↵Jeremy Katz2001-08-151-0/+2
| | | | (51820)
* s/Raid/RAID/ (#49669Matt Wilson2001-08-141-1/+1
|
* restoring the backup copy doesn't work...Jeremy Katz2001-08-141-20/+24
| | | | | | | | | | | if processPartitioning fails, we need to remove the request we just added from the request list and, if this isn't a "new new" request, add the old one back in. this also brings in clearer semantics for a request being new as opposed to relying on checking the combination of origrequest.device and origrequest.type fixes 51730 and should also fix a few other places where we get devices of None (eg 51667, 50905, 50858, and possibly others)
* dialog for partitions of type 0x82 which don't look like swap... mostlyJeremy Katz2001-08-141-0/+2
| | | | useful in the case of people using fdisk (relates to 51349, 51637)
* if the partition isn't mountable, reset the mountpoint to be NoneJeremy Katz2001-08-131-0/+2
|
* now we can set mountpoints for protected partitions. the gui actuallyJeremy Katz2001-08-131-7/+10
| | | | already had all the right magic (51393)
* Change all Ok to OKMike Fulbright2001-08-101-1/+1
|
* i18n fixesMike Fulbright2001-08-081-6/+6
|
* fix for bug 51040Mike Fulbright2001-08-071-6/+7
|
* check that the current fs is supported before actually making it the current ↵Jeremy Katz2001-08-071-2/+3
| | | | selection (50869)
* already importedJeremy Katz2001-08-061-1/+0
|
* strings here...Jeremy Katz2001-08-061-1/+2
|
* do some sanity checking on text inputs which should be integers (50998, 51006)Jeremy Katz2001-08-061-23/+36
|
* sort list of drivesMike Fulbright2001-08-021-0/+1
|
* sort drives before putting in drive listMike Fulbright2001-08-011-0/+1
|
* prompt the user if they click the RAID button and less than two software ↵bfox2001-08-011-0/+12
| | | | RAID partitions currently exist
* newt gets confused if you set a label more than once before running the ↵Jeremy Katz2001-08-011-10/+16
| | | | dialog (50332)
* ignore RAID on RAIDMike Fulbright2001-07-311-2/+8
|
* move warning about formatting preexisting partitions to when they leave the ↵Mike Fulbright2001-07-311-4/+11
| | | | partitioning screen. Hopefully will make it less annoying.