summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Default to /boot on ext4Jeremy Katz2009-06-301-1/+1
* Allow /boot on ext4 now that we have a grub that allows itJeremy Katz2009-06-301-16/+0
* Write out "MAILADDR root" into mdadm.conf (#508321)Radek Vykydal2009-06-301-1/+2
* Access format options property instead of mountopts attr. (#506219)David Lehman2009-06-221-1/+1
* Be more careful about identifying NFS fstab entries.David Lehman2009-06-221-1/+1
* Don't add leading directory for files twice. (#503830)David Lehman2009-06-221-1/+4
* Support for MD containers.Jacek Danecki2009-06-224-6/+115
* New iswmd parameter for kernel cmdlineJacek Danecki2009-06-222-0/+9
* Enforcing matching rootfs type on LVs as well as for partitions (#504743)Jeremy Katz2009-06-101-0/+5
* If not enough memory is installed, enforce swap partition creation (#498742).Chris Lumens2009-06-101-4/+10
* Convert storage/ to Makefile.amDavid Cantrell2009-06-096-99/+71
* Fix discovery of existing raid/lvm for ks install without clearpart (#503310)...Radek Vykydal2009-06-052-7/+4
* Use gettext.ldngettext when necessary (#467603)David Cantrell2009-06-031-1/+1
* Pass --force to lvresize so it doesn't ask for confirmation.David Lehman2009-05-311-1/+1
* Fix a typo in action sorting for resize actions (fs vs. device). (#501000)David Lehman2009-05-311-1/+1
* Create and use unique ids for Device instances. (#500808)David Lehman2009-05-282-18/+33
* Adjust remaining PartitionDevices' names after removing a partition.David Lehman2009-05-281-0/+8
* Limit the trigger to block type devices.Joel Granados Moreno2009-05-281-1/+1
* Make sure that the devices are correctly detected (#491700)Joel Granados Moreno2009-05-271-0/+3
* Ensure matching rootfs type to live type with autopart (#501876)Jeremy Katz2009-05-261-0/+4
* Move /boot checks from sanityCheck into Platform.checkBootRequest.Chris Lumens2009-05-211-43/+1
* Call checkBootRequest from sanityCheck.Chris Lumens2009-05-211-0/+5
* Put some space in that big scary warning.Chris Lumens2009-05-211-1/+1
* Make sure the right _isMigratable gets used for Ext3FS (#501585).Chris Lumens2009-05-201-0/+2
* We are not guaranteed to have a partedDisk in the udev code (#501556, #501428).Chris Lumens2009-05-191-1/+1
* LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB.David Lehman2009-05-151-1/+1
* Deactivate md arrays regardless of state if the device is present. (#496441)David Lehman2009-05-151-1/+4
* Lame hack to make sure --size= is never 0 (#500905).Chris Lumens2009-05-151-2/+2
* Don't filter out partitions that haven't been allocated (#500932).Chris Lumens2009-05-151-1/+2
* Write out PE size as an integer, since that's what anaconda wants (#501049).Chris Lumens2009-05-151-1/+1
* Set clearPartType to None on preupgrade too (#499321).Chris Lumens2009-05-151-1/+1
* Fix indentation of line to remove cancelled actions from the list. (#500932)David Lehman2009-05-151-1/+2
* Consider active-idle state of md device as accepatable status of device (#497...Radek Vykydal2009-05-151-1/+1
* Fix detection of cciss disks (#499408)Doug Chapman2009-05-151-0/+1
* Get existing fs size for xfs.David Cantrell2009-05-141-0/+4
* Get existing fs size for ntfs.David Cantrell2009-05-141-0/+3
* Get existing fs size for jfs.David Cantrell2009-05-141-0/+3
* Get existing fs size for ext2, ext3, and ext4.David Cantrell2009-05-141-0/+3
* Compute existing filesystem size using fs info utility.David Cantrell2009-05-141-13/+82
* Do not allow users to migrate ext4 to ext4.David Cantrell2009-05-141-5/+5
* Ignore unrecognized device-mapper devices we find. (#499967)David Lehman2009-05-141-3/+1
* Treat the loop labels as devices without a label.(#493219)Joel Granados Moreno2009-05-141-0/+10
* Add the partition table partition after initializing (#498602).Chris Lumens2009-05-141-0/+9
* Fix a traceback when installing over previous installs on PPC (#499963).Chris Lumens2009-05-121-1/+5
* Fix a typo when probing exception disks.Chris Lumens2009-05-121-1/+1
* Add support for --noformat too.Chris Lumens2009-05-122-13/+27
* Add support for --onpart, --ondrive, and --useexisting.Chris Lumens2009-05-122-8/+33
* Make the storage.writeKS method useful and called from instdata (#493703).Chris Lumens2009-05-121-0/+44
* Add writeKS methods to the device objects.Chris Lumens2009-05-121-0/+80
* Add writeKS methods to all the format objects.Chris Lumens2009-05-126-1/+31