summaryrefslogtreecommitdiffstats
path: root/partitioning.py
Commit message (Expand)AuthorAgeFilesLines
...
* don't let people delete an extended which contains raid devices or protected ...Jeremy Katz2001-07-101-0/+42
* gracefully handle partitions which we don't understand the fstype ofJeremy Katz2001-07-101-6/+1
* non-ext2 upgrade supportMatt Wilson2001-07-101-4/+6
* this should fix going back from partitioning screensJeremy Katz2001-07-091-0/+1
* reduce all these functions that return lists of partitions to common code tha...Matt Wilson2001-07-091-22/+12
* use is_active before checking for a flag, and use is_active when looking for ...Matt Wilson2001-07-091-3/+2
* fdisk works again; main change is making sure we close the disk devicesJeremy Katz2001-07-091-0/+4
* typo :(Mike Fulbright2001-07-091-1/+1
* removed some unneeded code, reformatted to meet style guidelinesMatt Wilson2001-07-091-31/+42
* kickstart raid is back... added some convenience functions since kickstartJeremy Katz2001-07-071-10/+32
* fix device setting for raid devicesJeremy Katz2001-07-071-20/+44
* Added upgrade migrate screen. Finds ext2 partitions and offers user choice of...Mike Fulbright2001-07-061-2/+0
* dont let you migrate anything BUT preexistingMike Fulbright2001-07-061-0/+3
* fix for editting raid and added method to find requests we could migrateMike Fulbright2001-07-061-2/+10
* fix deleting raid devicesMike Fulbright2001-07-061-3/+7
* turn on formatting for preexisting partitions we want to, and also hook in so...Mike Fulbright2001-07-061-0/+23
* fix bugs pychecker found...Jeremy Katz2001-07-061-2/+0
* show something usefulJeremy Katz2001-07-061-1/+1
* secondary isn't used...Jeremy Katz2001-07-061-1/+1
* some architectures don't care about /boot but want something differentJeremy Katz2001-07-061-0/+9
* move autopart strings to bottom of fileJeremy Katz2001-07-061-5/+25
* Added support for converting and formatting existing filesystems to a differe...Mike Fulbright2001-07-061-5/+32
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-16/+49
* message consistency and a typo fixJeremy Katz2001-07-031-3/+3
* Add confirm dialogs for reset and deletion eventsMike Fulbright2001-07-021-0/+116
* add more informational text to the "Which drives do you want to useMatt Wilson2001-06-281-0/+6
* catch bad caseMike Fulbright2001-06-271-0/+2
* set initial size in megabytes, not sectors...Jeremy Katz2001-06-271-1/+1
* land new autopartitioning code... should be faster and better.Jeremy Katz2001-06-261-1/+25
* partitioning.py: skip removable partitions except in expert modeMatt Wilson2001-06-261-3/+5
* use the happy functionsJeremy Katz2001-06-261-1/+1
* add a way to remove all the logical partitions when a extended is removedJeremy Katz2001-06-261-0/+11
* text mode upgrade appears to workMatt Wilson2001-06-251-4/+5
* fixed refreshfromdisk, removed debuggingMike Fulbright2001-06-251-3/+1
* added all previous autopartitioning cases for installclassesMike Fulbright2001-06-251-4/+43
* fix the pinning of requests to a drive when grownJeremy Katz2001-06-251-1/+10
* add partition method to GUI, rework to use skiplistMike Fulbright2001-06-251-0/+16
* lists of primary and logical partitions shouldn't include freespace or metadataJeremy Katz2001-06-251-0/+9
* move setting pygtk environment variables to the first file thatMatt Wilson2001-06-251-2/+2
* register a parted exception handler for gui modeMatt Wilson2001-06-251-7/+9
* more pychecker fixupsMatt Wilson2001-06-231-12/+14
* add unique ids for each requestMike Fulbright2001-06-221-15/+27
* more sanity checksJeremy Katz2001-06-221-2/+14
* minor upgrade fixupsMatt Wilson2001-06-221-6/+8
* first pass at getting things in alignment for gui upgrades. Should only affe...Matt Wilson2001-06-221-1/+64
* make sure swaps get formattedJeremy Katz2001-06-211-2/+5
* select raid partitions already usedJeremy Katz2001-06-211-4/+11
* function to tell if request is a member of a raid arrayMike Fulbright2001-06-211-0/+12
* comment out some debugging printsJeremy Katz2001-06-211-10/+5
* fixup raid sanity to check if bootable or notMike Fulbright2001-06-211-12/+11