Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling fix (#68617) | Jeremy Katz | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | dont show badblocks options for preexisting LVM and RAID devices | Mike Fulbright | 2002-06-25 | 1 | -10/+26 |
| | |||||
* | support for formatting/migrating preexisting RAID and LVM for TUI | Mike Fulbright | 2002-06-25 | 1 | -103/+151 |
| | |||||
* | added support for editting preexisting lv | Mike Fulbright | 2002-06-23 | 1 | -7/+9 |
| | |||||
* | added some TUI LVM support | Mike Fulbright | 2002-06-21 | 1 | -26/+60 |
| | |||||
* | kill annoying but that prevented you from editing mountpoints on partitions | Jeremy Katz | 2002-05-29 | 1 | -1/+1 |
| | |||||
* | fix notting's traceback when choosing to not format a preexisting partition | Jeremy Katz | 2002-05-29 | 1 | -1/+1 |
| | |||||
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -1/+2 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | | | | our own translate.py | ||||
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -13/+9 |
| | | | | methods of request classes or the Partitions class | ||||
* | even more fun... move Partitions object to partitions.py and adjust accordingly. | Jeremy Katz | 2002-02-13 | 1 | -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 now | Jeremy Katz | 2002-02-12 | 1 | -0/+1 |
| | |||||
* | stage 1 of the partitioning.py cleanup effort -- | Jeremy Katz | 2002-02-06 | 1 | -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 Katz | 2002-02-04 | 1 | -1/+1 |
| | |||||
* | duplicate error checking from gui | Jeremy Katz | 2002-02-04 | 1 | -1/+1 |
| | |||||
* | rename field so we know its units is MB | Mike Fulbright | 2002-01-28 | 1 | -3/+3 |
| | |||||
* | iutil.getArch now returns s390 for s390x, clean up to handle this nicely | Jeremy Katz | 2002-01-09 | 1 | -4/+3 |
| | |||||
* | whee! merge the first bunch of changes from the 390 branch. this | Jeremy Katz | 2001-12-27 | 1 | -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 53367 | Mike Fulbright | 2001-09-07 | 1 | -1/+1 |
| | |||||
* | raidcounter needs to be bumped in the loop in text mode (52807) | Jeremy Katz | 2001-08-29 | 1 | -0/+1 |
| | |||||
* | fix up matt partitioning by making the new ones identify themselves properly ↵ | Jeremy Katz | 2001-08-15 | 1 | -0/+2 |
| | | | | (51820) | ||||
* | s/Raid/RAID/ (#49669 | Matt Wilson | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | restoring the backup copy doesn't work... | Jeremy Katz | 2001-08-14 | 1 | -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... mostly | Jeremy Katz | 2001-08-14 | 1 | -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 None | Jeremy Katz | 2001-08-13 | 1 | -0/+2 |
| | |||||
* | now we can set mountpoints for protected partitions. the gui actually | Jeremy Katz | 2001-08-13 | 1 | -7/+10 |
| | | | | already had all the right magic (51393) | ||||
* | Change all Ok to OK | Mike Fulbright | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | i18n fixes | Mike Fulbright | 2001-08-08 | 1 | -6/+6 |
| | |||||
* | fix for bug 51040 | Mike Fulbright | 2001-08-07 | 1 | -6/+7 |
| | |||||
* | check that the current fs is supported before actually making it the current ↵ | Jeremy Katz | 2001-08-07 | 1 | -2/+3 |
| | | | | selection (50869) | ||||
* | already imported | Jeremy Katz | 2001-08-06 | 1 | -1/+0 |
| | |||||
* | strings here... | Jeremy Katz | 2001-08-06 | 1 | -1/+2 |
| | |||||
* | do some sanity checking on text inputs which should be integers (50998, 51006) | Jeremy Katz | 2001-08-06 | 1 | -23/+36 |
| | |||||
* | sort list of drives | Mike Fulbright | 2001-08-02 | 1 | -0/+1 |
| | |||||
* | sort drives before putting in drive list | Mike Fulbright | 2001-08-01 | 1 | -0/+1 |
| | |||||
* | prompt the user if they click the RAID button and less than two software ↵ | bfox | 2001-08-01 | 1 | -0/+12 |
| | | | | RAID partitions currently exist | ||||
* | newt gets confused if you set a label more than once before running the ↵ | Jeremy Katz | 2001-08-01 | 1 | -10/+16 |
| | | | | dialog (50332) | ||||
* | ignore RAID on RAID | Mike Fulbright | 2001-07-31 | 1 | -2/+8 |
| | |||||
* | move warning about formatting preexisting partitions to when they leave the ↵ | Mike Fulbright | 2001-07-31 | 1 | -4/+11 |
| | | | | partitioning screen. Hopefully will make it less annoying. | ||||
* | Set filesystem type based on user input or bad things happen | Mike Fulbright | 2001-07-25 | 1 | -1/+3 |
| | |||||
* | stop people from doing something silly like blank entries | Jeremy Katz | 2001-07-25 | 1 | -0/+29 |
| | |||||
* | sanity checks for sizes need to actually look at the partition since | Jeremy Katz | 2001-07-23 | 1 | -1/+1 |
| | | | | we could be a growable partition. so, now we need the diskset here too | ||||
* | consistent capitalization (49669) | Jeremy Katz | 2001-07-23 | 1 | -1/+1 |
| | |||||
* | give warnings and errors for partitions using sanity checking function | Jeremy Katz | 2001-07-22 | 1 | -0/+9 |
| | | | | | | previously committed and being used for kickstart. errors are fatal and must be corrected. warnings give you a choice as to whether you wish to continue without making changes | ||||
* | grammar fix | Jeremy Katz | 2001-07-22 | 1 | -1/+1 |
| | |||||
* | set the default to format to for a preexisting if it's not one we can format | Jeremy Katz | 2001-07-20 | 1 | -0/+2 |
| | |||||
* | add s390/s390x patchesr0-9-1 | laroche | 2001-07-20 | 1 | -0/+6 |
| | |||||
* | fix migrate GUI dialog and make check for whether to warn on not formatting ↵ | Mike Fulbright | 2001-07-20 | 1 | -1/+1 |
| | | | | system directory work right | ||||
* | yeah now print out a partition type name instead of foreign | Mike Fulbright | 2001-07-19 | 1 | -1/+7 |
| | |||||
* | fix behavior so we warn user if they are using a preexisting as a system ↵ | Mike Fulbright | 2001-07-19 | 1 | -1/+5 |
| | | | | directory and NOT formatting, as well as if they are formatting a preexsting, since it will destroy the data |