summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* we do turnOnFilesystems during the install before migrateFilesystems.Jeremy Katz2002-04-151-2/+8
* make the argument right. doesn't really matter, but for cleanliness sakeJeremy Katz2002-04-151-1/+1
* errr, this should work better for #56987Jeremy Katz2002-04-041-3/+3
* create an even better mtab in rescue mode so that grub-install works properly...Jeremy Katz2002-04-011-0/+18
* I suckJeremy Katz2002-03-281-1/+1
* if there's not a mountpoint, we don't really care if there's not a label (#62...Jeremy Katz2002-03-271-0/+2
* readonly mounting works all the way through the fsset nowJeremy Katz2002-03-051-3/+4
* handle fstabs with only 4 fields better per fstab(5) (#56987)Jeremy Katz2002-03-051-2/+11
* no sync needed for bad blocks, fix int overflow (badblocks numbers get big)Matt Wilson2002-03-051-5/+1
* handle labels even on the not formatting case (#52544)Jeremy Katz2002-03-011-0/+13
* add a progress bar for the badblocks check (#31064)Jeremy Katz2002-03-011-10/+67
* smarter ext3 probingJeremy Katz2002-02-261-1/+2
* hrmm, I bet upgrades and rescue mode will work better nowJeremy Katz2002-02-261-2/+4
* merge silly fix from HEADJeremy Katz2002-02-251-1/+1
* merge some bits I lost of the xfs stuff and the multifsification from HEADJeremy Katz2002-02-251-6/+55
* merge xfs and jfs fs typesJeremy Katz2002-02-221-0/+81
* merge msf's message about which fs is dirtyJeremy Katz2002-02-221-1/+3
* merge 'mount ext3 as ext3'Jeremy Katz2002-02-221-16/+0
* allow specifying which raid device to use in kickstartJeremy Katz2002-02-201-1/+1
* fall back to mounting with ext3 if somethign goes wrong (#49865)Matt Wilson2001-08-241-0/+3
* this will work a bit betterJeremy Katz2001-08-171-1/+1
* only set the boot flag on /boot/efi on itaniumJeremy Katz2001-08-171-0/+7
* if no message window, just fall back to ext2 if no journal, but that case sho...Jeremy Katz2001-08-141-1/+1
* per sct's request, turn off forced fscks for ext3 filesystems after the fs ha...Jeremy Katz2001-08-141-2/+20
* insure that the dev node exists on loopback devices, fixes ext3 migration of ...Matt Wilson2001-08-141-5/+10
* remove duplicated codeMatt Wilson2001-08-141-6/+1
* avoid a false trigger of my sanity checkMatt Wilson2001-08-131-1/+2
* sanity checkMatt Wilson2001-08-131-0/+3
* cosmic rays insert odd code that does nothingMatt Wilson2001-08-101-1/+14
* pychecker fixMike Fulbright2001-08-101-1/+1
* pychecker fixMike Fulbright2001-08-101-1/+1
* if there's no journal after running tune2fs pop up a window asking if the use...Jeremy Katz2001-08-101-2/+19
* handle exceptions caused by a bad mountpoint (#50319)Matt Wilson2001-08-091-7/+29
* Reconstrict an existing RAIDDevice for those devices mentioned in the fstab. ...Matt Wilson2001-08-091-9/+24
* 1) dont let user go back to make boot disk screen (bugzilla #51002), and 2) F...Mike Fulbright2001-08-091-0/+14
* restore fstab if we started to migrate and found there was not enough space t...Mike Fulbright2001-08-091-0/+10
* note to selfMatt Wilson2001-08-071-0/+3
* if we fail to mount ext2 filesystems on md devices, give ext3 a try. (#51145)Matt Wilson2001-08-071-1/+4
* make sure raid member list is sorted (50988)Jeremy Katz2001-08-071-0/+3
* limit fat to 2 gigs (50544)Jeremy Katz2001-08-011-0/+1
* register the wait window with the fsset so we can pop up a "Checking for badanaconda-s390-tagJeremy Katz2001-07-301-2/+16
* oops, use the right args when making a swap file deviceanaconda-fairfax-beta-3Matt Wilson2001-07-261-1/+1
* don't assume that all swap files piggyback on loopback filesystem hostsancaonda-fairfax-beta-3Matt Wilson2001-07-261-2/+3
* don't decref mount count when we don't actually disable swap right nowMatt Wilson2001-07-261-4/+7
* never attempt to mount shm in the installerMatt Wilson2001-07-251-0/+3
* dynamically find loop devices for loopback upgradesMatt Wilson2001-07-251-16/+33
* work to make partitionless upgrades work better than beforeMike Fulbright2001-07-241-9/+29
* extra format args could be specified for any filesystem reallyJeremy Katz2001-07-231-1/+1
* fix code to find migratable mounts during an upgrade to use FileSystemSet obj...Mike Fulbright2001-07-201-0/+8
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-7/+55