summaryrefslogtreecommitdiffstats
path: root/partitioning.py
Commit message (Expand)AuthorAgeFilesLines
* we even translate the message now (#62534)Jeremy Katz2002-04-031-1/+1
* more fixups for RAID device sorting (#62250)Jeremy Katz2002-04-011-10/+13
* some fixes to help keep RAID sane, especially with people doing bizarre thing...Jeremy Katz2002-03-181-1/+16
* this makes swap on raid upgrades a little happierJeremy Katz2002-03-111-3/+0
* there is now a configurable product string (#60372) defined in Makefile.incJeremy Katz2002-03-071-7/+7
* stronger partition ordering (from HEAD)Jeremy Katz2002-02-281-0/+7
* don't ask about enabling swap in kickstart (from HEAD)Jeremy Katz2002-02-281-1/+6
* hrmm, I bet upgrades and rescue mode will work better nowJeremy Katz2002-02-261-1/+2
* merge some bits I lost of the xfs stuff and the multifsification from HEADJeremy Katz2002-02-251-17/+16
* no space in mount point (merge from HEAD)Jeremy Katz2002-02-251-1/+3
* merge in 'unable to reread partitions' patch. Requires new parted from dist-7.3Matt Wilson2002-02-221-0/+3
* allow specifying which raid device to use in kickstartJeremy Katz2002-02-201-2/+3
* better fix for the swap on RAID thingJeremy Katz2001-11-121-2/+6
* don't call requestSize if swap is on RAIDbfox2001-11-021-1/+1
* the ia64 autopartition voodoo shouldn't happen with kickstart (53759)Jeremy Katz2001-09-181-0/+4
* hack for kickstart where the partitions are checked before being allocatedJeremy Katz2001-09-041-1/+6
* mountpoint requirements should exist for RAID also (52700)Jeremy Katz2001-08-281-1/+2
* restore zerombr semantics to what the docs describe (52361)Jeremy Katz2001-08-231-12/+23
* don't probe skipped drives for raid (SF #52031)Matt Wilson2001-08-211-1/+6
* going back and doing autopartitioning on a hard drive install more than once ...Jeremy Katz2001-08-151-5/+10
* fix up matt partitioning by making the new ones identify themselves properly ...Jeremy Katz2001-08-151-1/+1
* grammar fix (51761)Jeremy Katz2001-08-141-1/+1
* dialog for partitions of type 0x82 which don't look like swap... mostlyJeremy Katz2001-08-141-0/+26
* now we can set mountpoints for protected partitions. the gui actuallyJeremy Katz2001-08-131-5/+0
* 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