summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* Replace old storage modules.David Lehman2009-02-231-3149/+0
* Ensure request.drive is always a list (#485622)David Cantrell2009-02-201-12/+9
* Perform ext3->ext4 filesystem migration if ext4migrate is given (#484330).Chris Lumens2009-02-201-0/+7
* Fix typo in fsset.pyDavid Cantrell2009-02-121-1/+1
* Fix handling of device type vs. string in FileSystemSet.setActive.Chris Lumens2009-02-121-10/+8
* getPartitionByPath expects the device to start with /dev/.Chris Lumens2009-02-121-1/+1
* Fix typo: = -> ==David Cantrell2009-02-121-1/+1
* Use parted.Disk.getPartitionByPath()David Cantrell2009-02-121-3/+9
* Iterate over partitions using disk.partitionsDavid Cantrell2009-02-121-1/+1
* Syntax changes for the new pyparted.David Cantrell2009-02-121-11/+7
* parted.file_system_type_get() -> parted.fileSystemType[]David Cantrell2009-02-121-14/+14
* Removed partedUtils.get_partition_by_name()David Cantrell2009-02-121-1/+1
* Removed partedUtils.get_partition_name()David Cantrell2009-02-121-2/+2
* Remove partedUtils.sniffFilesystemType()David Cantrell2009-02-121-1/+1
* Make ext4 default in UI filesystem selection (bug #481112)Radek Vykydal2009-02-031-1/+10
* If ext4dev is seen in the /etc/fstab, treat it as ext4 instead (#474484).Chris Lumens2009-02-021-0/+6
* btrfs install supportEric Sandeen2009-01-191-0/+65
* 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