summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use booty.getBootloader instead of going through an intermediary.Chris Lumens2009-03-042-6/+2
* Stop using isys.hardDriveDict.Chris Lumens2009-03-041-13/+2
* There's no need to paste together the full path over and over again.Chris Lumens2009-03-043-20/+21
* Make some sense out of the types in the BootImages class.Chris Lumens2009-03-041-47/+43
* Remove all uses of fsset.getEntryByMountPoint.Chris Lumens2009-03-047-134/+133
* Fix some booty import errors.Chris Lumens2009-03-042-2/+2
* Update packaging and makefile system for the new booty module.Chris Lumens2009-03-046-14/+39
* Don't use rhpl.executil anymore.Chris Lumens2009-03-046-40/+39
* Update booty to work with the new pyparted (hdegoede).Chris Lumens2009-03-041-13/+8
* Move each bootloader class into its own file.Chris Lumens2009-03-048-1243/+1256
* isolinuxBootloaderInfo is unused now, too.Chris Lumens2009-03-041-43/+0
* We no longer need special code for iSeries.Chris Lumens2009-03-041-102/+0
* Don't support /boot/message files in multiple languages.Chris Lumens2009-03-041-43/+33
* Don't use rhpl.log anywhere, not even in comments.Chris Lumens2009-03-041-24/+0
* Use flags.cmdline instead of opening /proc/cmdline.Chris Lumens2009-03-041-37/+24
* Reduce booty.py down to the bare minimum.Chris Lumens2009-03-042-83/+47
* makeInitrd makes more sense as a method on a bootloaderInfo subclass.Chris Lumens2009-03-042-18/+13
* Remove the unused whichBootLoader method.Chris Lumens2009-03-041-14/+0
* Remove a whole lot of unused code from booty.py.Chris Lumens2009-03-041-291/+0
* Remove the unused needsEnterpriseKernel method.Chris Lumens2009-03-041-18/+0
* No one should ever need to use MILO ever again.Chris Lumens2009-03-041-30/+3
* Remove functions in booty that are duplicated in anaconda.Chris Lumens2009-03-042-128/+15
* Add the existing booty back into anaconda.Chris Lumens2009-03-044-0/+3144
* Fix grabbing the rootDevice in doMethodComplete.Chris Lumens2009-03-041-1/+1
* Fix copying the storage.log file over to the installed system.Chris Lumens2009-03-041-1/+2
* Look for rootDevice in the right place.Chris Lumens2009-03-041-1/+1
* Treat the values in the reqmedia dict as lists, not dicts themselves.Chris Lumens2009-03-041-3/+3
* Handle mountopts being empty.Chris Lumens2009-03-041-2/+4
* Handle write and writeKS for the iSCSI and ZFCP modules.Chris Lumens2009-03-042-3/+4
* Fix testing for whether a device requires networking.Chris Lumens2009-03-041-1/+2
* protectedPartitions is a list, not a function.Chris Lumens2009-03-042-3/+3
* parents is an attribute on a Device class.Chris Lumens2009-03-041-1/+1
* Don't call selectBootloader anymore. That method was removed.Chris Lumens2009-03-041-1/+0
* Use the right attributes to build the bootloaderChoices dict.Chris Lumens2009-03-041-13/+13
* Fix tracebacks when loading the "Change device" dialog.Chris Lumens2009-03-041-3/+3
* LUKS is not supported in the sense that _supported implies.David Lehman2009-03-041-1/+1
* Fix a bunch of "supported" methods so they work properly.David Lehman2009-03-041-3/+6
* Add MAX_LV_SLOTS and to lvm.py and remove unused pesize from getMaxLVSize.David Lehman2009-03-041-5/+4
* Make the lvm dialogs minimally functional.David Lehman2009-03-041-68/+32
* Conditionalize ext3->ext4 migrate on "ext4migrate" cmdline arg.David Lehman2009-03-041-0/+6
* Added unittests for devicelibs lvm.py and swap.py; Corrected errors in lvm.py...Martin Gracik2009-03-045-15/+357
* Don't traceback if options is None in doFormat.David Lehman2009-03-041-2/+4
* Add special handling in getDependentDevices for extended partitions.David Lehman2009-03-041-0/+15
* Use properties for totalDevices, memberDevices, spares.David Lehman2009-03-041-2/+24
* Fixes to Storage.newMDArray to ensure minor is an int.David Lehman2009-03-041-3/+3
* Several fixes to raid dialog.David Lehman2009-03-041-16/+28
* Fix match on "name" attribute we can lookup by, eg: "software RAID".David Lehman2009-03-041-1/+1
* Fix typo in doDeleteDevice.David Lehman2009-03-041-1/+1
* More UI plumbing for filesystem migration support.David Cantrell2009-03-031-0/+8
* Return whatever we get here, we don't care if bootDev is None here.David Cantrell2009-03-031-6/+1