summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* rootOnLoop cases should be deadJeremy Katz2002-05-301-32/+0
* at least when we hit this in the future, we'll get more info if it crashes li...Jeremy Katz2002-05-301-1/+1
* this was here twice but only the bottom one was rightJeremy Katz2002-05-291-11/+0
* need to make device nodesJeremy Katz2002-05-291-3/+3
* add /usr/local and /opt to default mountpoints we offerMike Fulbright2002-05-291-1/+1
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+2
* add method to get mountpoint from fsentryMike Fulbright2002-05-071-0/+3
* display which devices were actually dirty (#57166)Jeremy Katz2002-05-071-3/+4
* make the bootloader choices thing actually use the bootloader device orderJeremy Katz2002-05-071-8/+13
* fix a merge errorJeremy Katz2002-04-221-2/+3
* partitioning bits merged into their new, improved, moved locationsJeremy Katz2002-04-191-6/+43
* readonly mounting works all the way through the fsset nowJeremy Katz2002-03-051-3/+4
* merge better fstab handling and badblocks overflow fixJeremy Katz2002-03-051-7/+12
* 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
* merge from branchJeremy Katz2002-02-261-1/+2
* merge from branchJeremy Katz2002-02-261-3/+4
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-4/+4
* add jfs supportJeremy Katz2002-02-121-0/+40
* diskset moves to partedUtilsJeremy Katz2002-02-121-2/+2
* stage 1 of the partitioning.py cleanup effort --Jeremy Katz2002-02-061-4/+5
* if minor is None, that's the same as unspecifiedJeremy Katz2002-02-011-1/+1
* various needed lvm fixupsJeremy Katz2002-02-011-5/+17
* this should work better as getDevice for lvmJeremy Katz2002-02-011-1/+1
* remove device creation hereJeremy Katz2002-02-011-9/+0
* mount ext3 as ext3Jeremy Katz2002-01-301-16/+0
* really make root on lvm workJeremy Katz2002-01-301-6/+17
* - don't label filesystems on logical volumes since that doesn't seem to workJeremy Katz2002-01-301-6/+14
* rename field so we know its units is MBMike Fulbright2002-01-281-11/+11
* more efficient list manipulations...Matt Wilson2002-01-251-1/+1
* we can actually create logical volumes nowJeremy Katz2002-01-251-7/+127
* skeleton LVM code so that msf can start working on the real gui. doesn'tJeremy Katz2002-01-241-0/+41
* merge in the generic parts of the xfs changes from sgi and in the process tak...Jeremy Katz2002-01-231-6/+96
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-9/+9
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-1/+1
* pychecker fixupJeremy Katz2001-12-271-1/+1
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-10/+18
* this would really help support if we reported which partition is having the p...Mike Fulbright2001-12-191-1/+3
* typoMike Fulbright2001-12-171-1/+1
* typoMike Fulbright2001-12-171-1/+1
* more /mnt/sysimage surgeryJeremy Katz2001-11-271-7/+8
* use startswithMatt Wilson2001-10-301-8/+8
* 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