summaryrefslogtreecommitdiffstats
path: root/partitioning.py
Commit message (Expand)AuthorAgeFilesLines
...
* size checks don't really matter if we're not formatting (51519)Jeremy Katz2001-08-111-0/+3
* handle exceptions caused by a bad mountpoint (#50319)Matt Wilson2001-08-091-3/+7
* Reconstrict an existing RAIDDevice for those devices mentioned in the fstab. ...Matt Wilson2001-08-091-7/+14
* alpha supportMatt Wilson2001-08-091-1/+2
* oopsJeremy Katz2001-08-081-1/+1
* if we fail to mount ext2 filesystems on md devices, give ext3 a try. (#51145)Matt Wilson2001-08-071-5/+13
* tweaked warnings if you dont format a preexisting Linux native fs for use dur...Mike Fulbright2001-08-071-15/+34
* check that the partition table type is valid for this architecture andJeremy Katz2001-08-071-9/+56
* now that I unbroke zerombr, we probably don't want to clear partition tables ...Jeremy Katz2001-08-061-2/+2
* sort requests that are specified by start based on location on driveJeremy Katz2001-07-311-1/+10
* move warning about formatting preexisting partitions to when they leave the p...Mike Fulbright2001-07-311-0/+47
* fix problem deleting an extended we made (versus preexisting)Mike Fulbright2001-07-251-2/+5
* check that we don't have raid5 / and then delete /boot; also fix case where s...Jeremy Katz2001-07-251-1/+6
* set flags, then part type, plus typo fixMike Fulbright2001-07-251-2/+2
* look at the diskset since we could conceivably be a growable partition for / ...Jeremy Katz2001-07-251-11/+21
* work to make partitionless upgrades work better than beforeMike Fulbright2001-07-241-13/+14
* handle numeric request ids too...Jeremy Katz2001-07-231-2/+3
* this sanity check should be hereJeremy Katz2001-07-231-0/+3
* 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