summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 badJeremy Katz2001-07-301-2/+16
* oops, use the right args when making a swap file deviceMatt Wilson2001-07-261-1/+1
* don't assume that all swap files piggyback on loopback filesystem hostsMatt Wilson2001-07-261-2/+3
* don't decref mount count when we don't actually disable swap right nowMatt Wilson2001-07-261-4/+7