summaryrefslogtreecommitdiffstats
path: root/partitioning.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* clarify error messageMike Fulbright2001-06-211-1/+1
* use /dev entries if they exist rather then mknod'ingErik Troan2001-06-211-2/+6
* check for max partition sizes, fix a bug in primary partition allocationJeremy Katz2001-06-211-19/+14
* more raid sanity and UI improvementsMike Fulbright2001-06-211-13/+53
* if linuxnativefs, we don't need to do the rest of the checksJeremy Katz2001-06-201-1/+1
* partition by cylinder in tui specifying either end cylinder or sizeJeremy Katz2001-06-201-0/+3
* fix ups to RAID sanity checkingMike Fulbright2001-06-201-35/+142
* remove unused code, add copyright bitsMatt Wilson2001-06-201-65/+0
* fix a bug with deleting pre-existing partitionsJeremy Katz2001-06-201-1/+3
* get final branch copiesMatt Wilson2001-06-201-2/+53
* merge dispatch to HEADMatt Wilson2001-06-201-0/+561