summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New version: 11.5.0.33anaconda-11.5.0.33-1David Lehman2009-03-191-1/+42
* Rework the lvm dialog. (#490301,#490966,#490681,#489870)David Lehman2009-03-191-224/+377
* Improve chances of uniqueness from Storage.createSuggestedLVName.David Lehman2009-03-191-3/+16
* Fix pruning of destroy actions for preexisting devices.David Lehman2009-03-191-0/+5
* Devices should not be resizable unless they exist.David Lehman2009-03-191-1/+1
* Try to activate an existing md array after adding each member.David Lehman2009-03-191-0/+5
* Indicate filesystem is mountable if we have a mount command.David Cantrell2009-03-181-1/+2
* Mount existing filesystems read-only when getting size.David Cantrell2009-03-181-2/+2
* Fix some errors in the updates target.David Cantrell2009-03-181-3/+5
* Place all mount.* commands in /sbinDavid Cantrell2009-03-181-2/+8
* Fix error message reading and writing in doPwMount()David Cantrell2009-03-181-2/+2
* Use booleans in isys.mount() and isys.umount()David Cantrell2009-03-187-21/+24
* Add a FIXME comment for setting uuid in VG / LV createHans de Goede2009-03-181-0/+2
* Do not traceback when writing anaconda.ks with iscsi with auth info.Hans de Goede2009-03-181-4/+4
* Do not write LV uuid to grub.conf, but the filesystem uuidHans de Goede2009-03-181-7/+5
* If a mountpoint depends on a network disk at _netdev to its fstab optionsHans de Goede2009-03-181-0/+8
* Do not hang when creating raid array with member having filesystem detected (...Radek Vykydal2009-03-181-1/+1
* Destroy and create luks child of raid array too when editing in UI.Radek Vykydal2009-03-181-10/+14
* Editing non-existent raid device by destroying and creating actionsRadek Vykydal2009-03-181-36/+43
* actionDestroyFormat call takes device, not formatRadek Vykydal2009-03-181-2/+2
* Fix getChildren call in partition UIRadek Vykydal2009-03-181-1/+1
* Fix removing of devices with the same name from tree when adding create action.Radek Vykydal2009-03-181-4/+6
* Do not duplicate requested minor number in edit raid UI list.Radek Vykydal2009-03-181-1/+1
* Offer available partitions when editing non-preexisting raid request.Radek Vykydal2009-03-181-1/+1
* Don't try to fit the whole StorageDevice.__str__ output into the UI (#490406).Chris Lumens2009-03-181-1/+1
* Make PartitionDevice handle both normal and dmraid partitionsHans de Goede2009-03-184-132/+57
* Stop overriding __init__ in DMRaidPartitionDeviceHans de Goede2009-03-181-11/+0
* Set format UUID after creating a formatHans de Goede2009-03-181-1/+6
* Fix result of updateSysfsPath to be consistent with initial sysfsPath valuesHans de Goede2009-03-181-10/+8
* Use getDevicesByInstance() for storage.partitionsHans de Goede2009-03-181-5/+1
* We no longer use iscsiadm anywhereHans de Goede2009-03-181-10/+1
* New releaseanaconda-11.5.0.32-1Jesse Keating2009-03-171-1/+15
* Typo fix.Chris Lumens2009-03-171-2/+2
* Make platform.checkBootRequest work better and not use diskset anymore.Chris Lumens2009-03-171-43/+18
* Fix a traceback when looking for PS3 boot partitions (#490738).Chris Lumens2009-03-171-3/+3
* FormatArgs -> FormatOptions (#490737).Chris Lumens2009-03-171-4/+4
* Fix ppoll() timeout=infinity usage in auditd (#484721).Peter Jones2009-03-171-3/+2
* Simplify kernel package selection.Chris Lumens2009-03-171-42/+22
* Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941).Chris Lumens2009-03-171-15/+7
* Tell NM not to touch interfaces when / is on a network diskHans de Goede2009-03-172-22/+28
* Get iscsi going with the new storage codeHans de Goede2009-03-177-68/+69
* Use minihal instead of isys.hardDriveDict in list-harddrives (#488122).Chris Lumens2009-03-171-32/+10
* storage.disks never includes disks without media present.Chris Lumens2009-03-174-4/+4
* Changed the getDevicebyLabel() to getDeviceByLabel() in devicetree.pyMartin Gracik2009-03-171-1/+1
* New version.David Cantrell2009-03-161-1/+49
* Added the run_test.py script to easily run the test cases.Martin Gracik2009-03-179-58/+207
* Don't use disk.maximizePartition anymore.David Lehman2009-03-161-23/+0
* Only schedule implicit format destruction if there is formatting to destroy.David Lehman2009-03-161-1/+1
* Reset encryptionPassphrase when we reset the rest of storage.David Lehman2009-03-161-0/+1
* Do not create a LUKSDevice if we do not have a way to map the device.David Lehman2009-03-164-20/+59