summaryrefslogtreecommitdiffstats
path: root/autopart.py
Commit message (Expand)AuthorAgeFilesLines
* copy the request before changing it so we can go back and do autopartitioning...Jeremy Katz2001-07-311-3/+5
* fix up the case where /boot wouldn't go to the second drive if there wasJeremy Katz2001-07-301-9/+13
* request sizes are megabytes... using the same units in comparisons is a good...Jeremy Katz2001-07-251-1/+1
* set flags, then part typeMike Fulbright2001-07-251-1/+3
* set or clear the PARTITION_RAID flag appropriately with preexisting partitionsJeremy Katz2001-07-231-0/+4
* sanity checks for sizes need to actually look at the partition sinceJeremy Katz2001-07-231-1/+1
* move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circularJeremy Katz2001-07-231-4/+0
* handling of the kickstart case where people want their partitions on a specif...Jeremy Katz2001-07-231-3/+28
* catch parts of the bootable raid array in our aggressively placing bootJeremy Katz2001-07-221-1/+1
* check the installclass in doAutoPartition so that we don't raise dialogsJeremy Katz2001-07-221-3/+18
* grammar fixJeremy Katz2001-07-221-1/+1
* use the first available free space that's large enough for the bootableJeremy Katz2001-07-201-0/+2
* don't reset the drives we want to use if there's already a drive on theJeremy Katz2001-07-201-1/+2
* do sanity checking for autopart and therefore, sanity check kickstart.Jeremy Katz2001-07-201-0/+15
* 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