summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* Use shortname=winnt instead of shortname=win95 when mounting /boot/efiPeter Jones2008-03-141-1/+1
* Add EFIFileSystem, and getMountName() to hide that it's really vfat.Peter Jones2008-03-141-9/+35
* Avoid a traceback (#436826)Jeremy Katz2008-03-121-3/+2
* Check for filesystem utilities to see if a filesystem is supportedJeremy Katz2008-03-051-2/+15
* Use ntfsresize -m to get minimum size (#431124)Jeremy Katz2008-03-051-18/+7
* Use iutil.isEfi() instead of testing for ia64-ness.Peter Jones2008-03-041-9/+7
* Only use UUID= for devices we would have labeled. Related to #435228Jeremy Katz2008-03-031-1/+1
* Write out UUID in the fstab (#364441)Jeremy Katz2008-02-241-1/+6
* Move migration to before mounting filesystemsJeremy Katz2008-02-121-14/+5
* Fix silly thinko in Eric's patchJeremy Katz2008-02-121-1/+3
* Allow ext3->ext4 upgradesEric Sandeen2008-02-121-0/+20
* fsset.py tweaks for ext4dev & xfsEric Sandeen2008-01-311-8/+6
* mdadm to create the mdadm.conf (#395881)Joel Andres Granados2008-01-311-11/+11
* (#186439) handle lv names with "-" when doing kickstart.Joel Andres Granados2008-01-301-1/+1
* Fix traceback when using non-encrypted RAIDBill Nottingham2008-01-171-0/+2
* Remove fsopts that are already defaults (#429039).Chris Lumens2008-01-161-1/+1
* Fix a bunch of pychecker errors.Chris Lumens2008-01-121-1/+1
* Don't use error messages from dosfslabel as the label (#427457).Chris Lumens2008-01-041-0/+5
* Don't resize filesystems which are being formatted (#426466)Jeremy Katz2007-12-261-0/+2
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-8/+15
* Add support for encryption via autopart.Jeremy Katz2007-12-141-1/+1
* Create full paths before trying to make device nodes.Chris Lumens2007-12-131-1/+8
* remove call to makeDMNodeBill Nottingham2007-12-111-2/+0
* Fixes to the live install methodJeremy Katz2007-12-071-1/+1
* Don't try and make devices. Adjust calls as necessary.Bill Nottingham2007-12-071-16/+4
* Use libblkid instead of custom filesystem probingJeremy Katz2007-12-031-125/+2
* add support for resizing ntfsJeremy Katz2007-11-291-0/+53
* Backend code for logical volume resizingJeremy Katz2007-11-291-5/+27
* Implement resizing methods for ext[23]Jeremy Katz2007-11-291-0/+76
* Add infrastructure for partition resizingJeremy Katz2007-11-291-0/+39
* Add support for ext4dev hidden away behind a command line optionJeremy Katz2007-11-291-0/+20
* Move protected partitions into the Partitions object.Chris Lumens2007-11-281-1/+1
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-13/+63
* Fix various typos that were causing exceptions.Chris Lumens2007-10-301-1/+1
* * partitions.py: Move partitionObjectsInitialize() andDavid Cantrell2007-10-291-1/+1
* 2007-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-281-0/+2
* Whitespace clean ups only.David Cantrell2007-10-281-104/+102
* - add --fsprofile support to lvm, paritition, and raid.Peter Jones2007-10-261-5/+29
* - allow users to use their own mke2fs.confPeter Jones2007-10-241-1/+12
* Clean up usage of /tmp for device nodes (patch from notting@redhat.com).Chris Lumens2007-10-241-11/+10
* - fix selinux labels on $MOUNTPOINT/ and $MOUNTPOINT/lost+found (#335621)Peter Jones2007-10-181-0/+11
* Don't add labels to /etc/fstab lines for reused LVs (#216561).Chris Lumens2007-10-111-2/+2
* 2007-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-201-2/+2
* Lots of minor pychecker error fixes. Some of these are even real problems.Chris Lumens2007-09-191-1/+1
* Fix upgrade traceback (#296571).Chris Lumens2007-09-191-1/+1
* Older installs may have odd device names in /etc/fstab like /dev/proc. Don'tChris Lumens2007-09-051-7/+12
* * iutil.py (makeDriveDeviceNodes): Fix number of created scsimsivak2007-08-171-2/+7
* Don't try to check for bootable EFI partitions on RAID (#250353).Chris Lumens2007-08-131-14/+15
* 2007-08-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-071-8/+1