summaryrefslogtreecommitdiffstats
path: root/autopart.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* merge dispatch to HEADMatt Wilson2001-06-201-0/+357