summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* Spell pseudo correctly.Peter Jones2008-06-261-19/+19
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-2/+1
* Unmount /mnt/sysimage/dev manually since it doesn't get an entry.Chris Lumens2008-06-101-7/+4
* Import N_ (#450163).Chris Lumens2008-06-051-0/+1
* Fix a couple typos in the getArch commit.Chris Lumens2008-06-041-1/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-17/+47
* Search path rather than hard-coding path to mdadm (#444843)Jeremy Katz2008-05-011-1/+1
* Call the mdadm with full path.Joel Andres Granados2008-04-241-1/+1
* Fix handling of pre-existing raids for the upgrade/rescue case (#441770)Jeremy Katz2008-04-171-1/+2
* Use umask=0077,shortname=winnt on all vfat filesystems.Peter Jones2008-04-081-3/+4
* Support encrypted RAID member devices. (#429600)David Lehman2008-04-071-13/+11
* avoid behavior in (#208970)Joel Andres Granados2008-04-021-0/+1
* Don't allow migrations to ext4 for nowJeremy Katz2008-04-011-1/+1
* Change ext4 parameter to ext4, not iamanext4developerJeremy Katz2008-04-011-1/+1
* Catch errors on resize and present a dialog to the userJeremy Katz2008-03-271-3/+9
* Save resize output to a file (/tmp/resize.out) so that it's more usefulJeremy Katz2008-03-271-5/+9
* Add support for encrypted LVs.David Lehman2008-03-261-6/+24
* Fix what we expect to be the message from ntfsprogsJeremy Katz2008-03-251-6/+11
* Support reading the UUID from the disk like we do with labels.Chris Lumens2008-03-181-29/+45
* If the protected partition is not yet mounted, mount it now.Chris Lumens2008-03-181-1/+4
* 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