summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* Allow ext4 without magic argument (keep a flag for migrate)Jeremy Katz2009-01-161-8/+1
* Support mounting NTFS filesystems (#430084)Jeremy Katz2009-01-161-0/+6
* mdraid1: default to putting grub on partition instead of mbr (#217176)Hans de Goede2008-12-111-0/+5
* Unmount swap devices when migrating filesystems, then reactivate (#473260).Chris Lumens2008-12-081-3/+16
* Better naming for LVM volume groups and logical volumes (#461682)David Cantrell2008-12-031-1/+4
* Allow installing grub on the MBR if /boot is on mdraid (#217176)Hans de Goede2008-11-261-4/+0
* Support upgrades of systems whose rootfs is on an LV. (#471288)David Lehman2008-11-121-0/+50
* Don't try to label XFS filesystems on livecd installs (#470951).Chris Lumens2008-11-111-2/+3
* Allow specifying devices by path if they're files (#468504)Jeremy Katz2008-10-301-1/+1
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-1/+1
* Include return code on resize failure error message (#468479)Jeremy Katz2008-10-261-2/+2
* ext4dev -> ext4 (esandeen).Chris Lumens2008-10-141-12/+4
* Support installs to SD via MMC (#461884)Jeremy Katz2008-09-291-1/+1
* If it's encrypted, it's encrypted. Passphrases will get sorted out.David Lehman2008-09-151-1/+1
* Use the device path to identify LUKS devs in /etc/fstab. (#460700)David Lehman2008-09-111-0/+2
* Fix a traceback with unencrypted autopart.David Lehman2008-08-291-1/+1
* Handle preexisting swraid w/ encrypted member disks/partitions.David Lehman2008-08-261-5/+17
* Clear up error reporting on upgrades when devices are listed by UUID.Chris Lumens2008-08-141-6/+3
* Fix a traceback calling createMapping.Chris Lumens2008-08-141-2/+2
* Fix PartitionDevice.getDevice to take asBoot into account.David Lehman2008-08-131-1/+1
* Don't base mpath/dmraid/raid startup/stopping based on if lvm is activated yet,Peter Jones2008-08-131-4/+10
* Delay the duplicate label error until the label is actually used (#458505).Chris Lumens2008-08-111-28/+31
* Remove LabelFactory since we now rely on UUIDs for everything.Chris Lumens2008-08-041-72/+24
* Fix mke2fs argument passing (#457285).Chris Lumens2008-07-301-1/+1
* use newer mke2fs arguments for different filesystemsEric Sandeen2008-07-291-3/+2
* Use attributes to tell us whether filesystems are bootable (#457037).Chris Lumens2008-07-291-0/+11
* 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