summaryrefslogtreecommitdiffstats
path: root/partitioning.py
Commit message (Expand)AuthorAgeFilesLines
* sanity checks for sizes need to actually look at the partition sinceJeremy Katz2001-07-231-2/+12
* raidlevels can be string numbers now tooJeremy Katz2001-07-231-0/+139
* move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circularJeremy Katz2001-07-231-2/+6
* catch parts of the bootable raid array in our aggressively placing bootJeremy Katz2001-07-221-0/+14
* handle making sure that the members of bootable raid requests get handledJeremy Katz2001-07-221-5/+20
* give warnings and errors for partitions using sanity checking functionJeremy Katz2001-07-221-0/+27
* fix code to find migratable mounts during an upgrade to use FileSystemSet obj...Mike Fulbright2001-07-201-14/+0
* don't do the standard partition checks during the raid check in the finalJeremy Katz2001-07-201-5/+6
* do sanity checking for autopart and therefore, sanity check kickstart.Jeremy Katz2001-07-201-1/+14
* also delete type 0x82, 0x83, and 0xfd partition types with no filesystem on t...Mike Fulbright2001-07-201-0/+9
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-2/+4
* more sanity checks... we should probably look over the error strings andJeremy Katz2001-07-201-2/+54
* turn on swap early in lowmem (#46304), prevent you from editing once things a...Matt Wilson2001-07-201-1/+26
* yeah now print out a partition type name instead of foreignMike Fulbright2001-07-191-1/+79
* fix behavior so we warn user if they are using a preexisting as a system dire...Mike Fulbright2001-07-191-1/+13
* report preexisting disk label for existing filesystems (which have one) so us...Mike Fulbright2001-07-191-1/+11
* use actual partition type as one of the criteria in determining if it shouldJeremy Katz2001-07-191-0/+3
* add clearpart --initlabel support (43085)Jeremy Katz2001-07-171-6/+18
* make sure we're not being given a string or device as partJeremy Katz2001-07-161-1/+1
* hopefully fix editing pre-exiting software raid partsJeremy Katz2001-07-161-1/+1
* /boot/efi must be vfat (48779)Jeremy Katz2001-07-131-2/+3
* set the node...Jeremy Katz2001-07-121-1/+2
* handle drives which don't have partition tables on themJeremy Katz2001-07-111-6/+31
* ask user if they are sure they want to reformat a pre-existing partitionMike Fulbright2001-07-111-0/+9
* raid upgrades seem to work with at least non-root nowMatt Wilson2001-07-111-16/+30
* default format to NoneMike Fulbright2001-07-111-1/+1
* if we don't have any valid drives to install on, show an error messageJeremy Katz2001-07-111-1/+12
* badblocks support -- have to do this before even formatting swap as theyJeremy Katz2001-07-111-1/+6
* skip RAID/LVM partitions when looking for existings rootsMatt Wilson2001-07-101-2/+9
* 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