summaryrefslogtreecommitdiffstats
path: root/autopart.py
Commit message (Expand)AuthorAgeFilesLines
* also delete type 0x82, 0x83, and 0xfd partition types with no filesystem on t...Mike Fulbright2001-07-201-2/+7
* default to no to clearpartMike Fulbright2001-07-191-1/+1
* don't remove protected partitions in auto partitioning (48622)Jeremy Katz2001-07-131-1/+5
* /boot/efi must be vfat (48779)Jeremy Katz2001-07-131-2/+4
* how did this ever work?Jeremy Katz2001-07-111-1/+3
* ia64 autopartitioning voodooJeremy Katz2001-07-111-0/+17
* not all partition tables are limited to only 4 primary partitions...Jeremy Katz2001-07-111-2/+3
* warn user if we're going to blow away data to autopartitionMike Fulbright2001-07-101-0/+45
* when we create an extended partition, need to find free space now remaining f...Mike Fulbright2001-07-091-6/+36
* fixed off by one sector bug when setting the starting sector of a partition. ...Matt Wilson2001-07-091-1/+1
* weird things happen when you remove from a list you at iterating over - rewro...Mike Fulbright2001-07-091-1/+10
* fix device setting for raid devicesJeremy Katz2001-07-071-3/+2
* typoMike Fulbright2001-07-061-1/+1
* typoMike Fulbright2001-07-061-1/+1
* fix the add one, get many caseJeremy Katz2001-07-061-10/+11
* set drives to the drives we said we want to use for linux...Jeremy Katz2001-07-061-0/+4
* move autopart strings to bottom of fileJeremy Katz2001-07-061-29/+72
* Added support for converting and formatting existing filesystems to a differe...Mike Fulbright2001-07-061-0/+27
* if we're reformating a preexisting partition as a new partition type, mark itMike Fulbright2001-07-051-0/+3
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-24/+26
* if not preexisting AND not protected, don't set device... not the other way a...Jeremy Katz2001-06-291-2/+2
* make sure the part is really deletedJeremy Katz2001-06-281-0/+1
* attempt to speed up convergenceMike Fulbright2001-06-271-1/+6
* fix thisJeremy Katz2001-06-271-1/+1
* handle deleting pre-existing extended partitionsMike Fulbright2001-06-271-6/+11
* fix double remove corruption in autopartMatt Wilson2001-06-271-0/+19
* reset devices if we've autopartitioned and go back to change our autopartitio...Jeremy Katz2001-06-271-0/+2
* remove some debugging infoMike Fulbright2001-06-271-2/+2
* land new autopartitioning code... should be faster and better.Jeremy Katz2001-06-261-94/+209
* fixed refreshfromdisk, removed debuggingMike Fulbright2001-06-251-2/+2
* fix the pinning of requests to a drive when grownJeremy Katz2001-06-251-10/+21
* add screen to GUI to allow user to control autopartitioning to some extentMike Fulbright2001-06-251-2/+2
* add partition method to GUI, rework to use skiplistMike Fulbright2001-06-251-3/+4
* remove empty extended partitions and clean up case where we want to removeJeremy Katz2001-06-251-1/+17
* add in support for fdisk and choosing your partition method... TUI onlyJeremy Katz2001-06-251-0/+3
* more pychecker fixupsMatt Wilson2001-06-231-3/+3
* fixes based on pychecker outputMike Fulbright2001-06-221-8/+5
* stuff to make python happy about modulesMike Fulbright2001-06-221-2/+2
* LOTS of changes to how growing works, added code to allow support instclass s...Mike Fulbright2001-06-221-51/+185
* drive specification is a list of possible drives, not a stringMike Fulbright2001-06-211-5/+3
* comment out some debugging printsJeremy Katz2001-06-211-1/+1
* processPartitioning doesn't just return success/failure anymoreJeremy Katz2001-06-211-2/+2
* store size in MBMike Fulbright2001-06-211-1/+1
* check for max partition sizes, fix a bug in primary partition allocationJeremy Katz2001-06-211-14/+19
* more raid sanity and UI improvementsMike Fulbright2001-06-211-1/+1
* more primary only logicJeremy Katz2001-06-201-4/+9
* partition by cylinder in tui specifying either end cylinder or sizeJeremy Katz2001-06-201-3/+12
* fix a bug with deleting pre-existing partitionsJeremy Katz2001-06-201-1/+17
* primary only should work nowJeremy Katz2001-06-201-4/+18
* get final branch copiesMatt Wilson2001-06-201-2/+5