summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* bump max partition sizes (#126545)Jeremy Katz2004-06-231-9/+9
* bump default pesize to 32 MBJeremy Katz2004-05-271-1/+1
* --run has the same affect according to neilb, so use it insteadJeremy Katz2004-05-201-2/+1
* if we don't have any raid modules, then bail on being able to supportJeremy Katz2004-05-191-1/+4
* determine available raid levels based on what modules are availableJeremy Katz2004-05-191-2/+1
* fixes for using mdadm discovered from actually testing the code. needsJeremy Katz2004-05-191-14/+30
* sys.exit -> os._exit in children (from msw)Jeremy Katz2004-05-191-2/+2
* this should add raid6 support (#122360)Jeremy Katz2004-05-191-1/+1
* first pass at using mdadm for raid devices instead of raid-tools. thisJeremy Katz2004-05-191-13/+23
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-1/+1
* add selinuxfsanaconda-9.92-9Jeremy Katz2004-04-201-0/+6
* fix upgrades with root on lvm1 (#121294)Jeremy Katz2004-04-201-2/+16
* let's try to make sure that we get /etc/lvm created (#118787)Jeremy Katz2004-04-161-0/+2
* figure out the packages we need for filesystems dynamically so that weJeremy Katz2004-03-031-0/+15
* fix jfs_tune path (#115101)Jeremy Katz2004-02-061-1/+1
* bump default chunk size per arjan's suggestion (#112321)Jeremy Katz2004-01-221-1/+1
* minor jfs label fix from ajayJeremy Katz2004-01-051-0/+3
* search path for lvm binary. disable lvm if we don't see /usr/sbin/lvm orJeremy Katz2003-12-221-4/+4
* make sure dmnode exists in the chroot tooJeremy Katz2003-12-061-2/+2
* more path fixes, copy dev nodes correctly for dm/lvm2Jeremy Katz2003-12-051-9/+12
* htree againJeremy Katz2003-12-021-2/+1
* spacingBill Nottingham2003-11-211-1/+1
* hey, it only takes me two years to fix my bugsBill Nottingham2003-11-211-0/+1
* mount sysfs in the loader, and write it in /etc/fstab tooBill Nottingham2003-11-211-0/+8
* add patch from Ajay Ramaswamy <xfs@ramaswamy.net> for jfs labelsJeremy Katz2003-11-101-0/+8
* some more xfs/jfs bits based off of patch fromJeremy Katz2003-11-091-3/+24
* more steps towards enabling xfs support based on patches fromJeremy Katz2003-11-081-3/+14
* don't try to check if bind mounted fs's are dirty (#107518)Jeremy Katz2003-10-201-3/+8
* fix for bug 107540Mike Fulbright2003-10-201-1/+1
* and make sure that the chunksize passed in isn't NoneJeremy Katz2003-10-201-1/+4
* fix type (#107560)Jeremy Katz2003-10-201-1/+1
* keep track of if we've created logical volumes so that we can handleJeremy Katz2003-10-171-2/+2
* read the chunk size of preexisting raid devices and reuse it (#101518)Jeremy Katz2003-10-161-2/+4
* merge from taroonJeremy Katz2003-09-201-1/+1
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-0/+3
* oops, fix thisJeremy Katz2003-08-081-2/+2
* handle the case where there's not a fsystem (#101612)Jeremy Katz2003-08-041-0/+1
* pychecker fixJeremy Katz2003-07-241-8/+8
* shenanigans to handle ext3,ext2 format in fstab (#91389)Jeremy Katz2003-07-241-6/+15
* don't let people with duplicate labels continue upgrading (#97364)Jeremy Katz2003-07-241-2/+18
* don't try to make dirs more than once (#100554)Jeremy Katz2003-07-231-1/+3
* tyop fixes (#100536)Jeremy Katz2003-07-231-1/+1
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-10/+10
* if there is already a label on the disk, use it instead of making up ourJeremy Katz2003-06-291-1/+10
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-3/+9
* don't allow jfs if mkfs isn't there (#89789)Jeremy Katz2003-05-161-0/+4
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-14/+195
* I suck again. *sigh*Jeremy Katz2003-02-191-1/+1
* oopsJeremy Katz2003-02-191-2/+2
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-5/+34