summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove disabled badblocks checking code.Chris Lumens2007-08-031-139/+2
* Use pathSpaceAvailable instead of fsSpaceAvailable.Chris Lumens2007-07-301-1/+1
* - Enable booting from GPT on non-EFI systems.Peter Jones2007-07-261-6/+10
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-251-3/+1
* * fsset.py: Mark iSCSI root with _netdev mount option (patch fromDavid Cantrell2007-07-191-9/+12
* Fix duplicate entry check to take multiple bind mounts into account (#246424).Chris Lumens2007-07-191-1/+9
* Improve error reporting when trying to mount swap partitions specified byChris Lumens2007-07-181-20/+17
* - typo fixPeter Jones2007-07-181-1/+1
* - add support for x86 machines with efiPeter Jones2007-07-181-4/+26
* 2007-07-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-161-3/+7
* 2007-07-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-021-23/+21
* Fix an fsset entry sorting problem (#242294, patch from Jeffrey HutzelmanChris Lumens2007-06-291-7/+5
* Add a type for nfs mounts so they don't get deleted on upgrade (#242073).Chris Lumens2007-06-071-1/+13
* The secret to comedy is repetition.David Cantrell2007-05-221-5/+13
* Add support for spufs (#237725)Paul Nasrat2007-04-251-0/+5
* Add support for spufs (#237725)Paul Nasrat2007-04-251-0/+8
* Smarten up the entry adding code to not duplicate pseudofilesystem entriesChris Lumens2007-04-191-4/+6
* Print a better error message when devices are mentioned by name instead of byChris Lumens2007-04-171-9/+17
* Remove unused code.Chris Lumens2007-04-171-56/+0
* Catch errors on unprintable labels and tell the user what device is causingChris Lumens2007-03-261-9/+18
* String fix (#231761).Chris Lumens2007-03-121-1/+1
* Apply patch to add support for RAID10 (Orion Poplawski <orion@cora.nwra.com>,Chris Lumens2007-02-281-1/+2
* - improve lvm error handlingPeter Jones2007-02-071-51/+6
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-171-1/+10
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-171-34/+32