summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Collapse)AuthorAgeFilesLines
* fix mkfs on xfsPeter Jones2005-03-231-1/+5
|
* move availRaidLevels from fsset.py to raid.py, so it can be evaluated rightPeter Jones2005-03-091-4/+1
| | | | in all imports
* 2005-02-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-211-0/+2
| | | | | * fsset.py (FileSystemSet.mtab): Don't write out filesystems we haven't mounted like /dev/shm (#149091)
* Fedora PPC - autopartitioning (#121266) and G5 (#149081)Paul Nasrat2005-02-191-0/+2
|
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-7/+10
| | | | | | | * fsset.py (FileSystemSet.reset): Mount pseudo-filesystems with a device name other than "none" for clarity (#136820) (Device.__init__): Allow specification of device for generic devices. (readFstab): Handle the above changes when reading in fstabs
* Support bytes per inode on a per-partition basis (#57550).Chris Lumens2005-01-141-4/+9
|
* Print a more descriptive error message if unable to mount the swapChris Lumens2004-12-211-11/+22
| | | | partition (#143000).
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-1/+2
| | | | | | | | | * command-stubs/mknod-stub (main): Add * partedUtils.py (get_partition_name): * iutil.py (makeDriveDeviceNodes): * fsset.py (prepbootFileSystem.getDiskPart): Promise SX8 devices are of the form /dev/sx8/dpn; support this as needed.
* 2004-12-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-091-1/+1
| | | | | * fsset.py (getDevFD): Better error handling if we can't create the device (#142273)
* Don't trace back for bad/missing / in fstab (#141174)Paul Nasrat2004-12-011-0/+10
|
* 2004-10-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-071-0/+2
| | | | | * fsset.py (FileSystemSet.makeLVMNodes): Make sure the DM node doesn't exist before we create it (#124092)
* 2004-09-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-301-1/+1
| | | | | * fsset.py (FileSystemSet.makeLVMNodes): Try to fix upgrade traceback (#134258)
* 2004-09-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-281-3/+42
| | | | | | | | * isys/isys.py (readSwapLabel): Add function to read label from swap filesystems. (readFSLabel): Read swap and JFS labels too. * fsset.py: Add support for label'ing swap filesystems (#127892).
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-0/+20
| | | | * fsset.py (swapFileSystem.mount): Skip version 0 swaps (#122101)
* 2004-09-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-0/+3
| | | | | * fsset.py (DevptsFileSystem.isMountable): Don't mount /dev/pts during install (#133301)
* include MAILADDR in mdadm.confJeremy Katz2004-09-131-1/+5
|
* mdadm.conf syntax fix (#132334)Jeremy Katz2004-09-131-1/+1
|
* some hacks to work around the lvm tools being stupidJeremy Katz2004-08-231-1/+8
| | | | | | * wipe md superblocks if we successfully create a pv (#130713) * disable filtering for all of our creates. I know better than the tools (#130706)
* 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
| | | | raid. and no longer need raidtools
* 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
| | | | a new mdadm with my --really-force option
* 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
| | | | | | isn't tested yet as a side-effect, fixes #122598
* 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
| | | | don't have to have them all in comps
* 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
| | | | /sbin/lvm
* 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
| | | | | Ajay Ramaswamy <xfs@ramaswamy.net>. this adds support for xfs labels and for sniffing jfs in a couple of places
* more steps towards enabling xfs support based on patches fromJeremy Katz2003-11-081-3/+14
| | | | | | Ajay Ramaswamy <xfs@ramaswamy.net>. this set of changes adds the xfs module and utilities to our various lists and makes 'linux xfs' have xfs available
* don't try to check if bind mounted fs's are dirty (#107518)Jeremy Katz2003-10-201-3/+8
| | | | various debugging bits that are generally useful
* 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
| | | | early swap on lvm (#103190)