summaryrefslogtreecommitdiffstats
path: root/booty
Commit message (Expand)AuthorAgeFilesLines
...
* Add "nomodeset" to the list of command line arguments copied to grub.confPeter Jones2009-04-281-1/+1
* Initialize x86 class variables before efiBootloaderInfo.__init__()Peter Jones2009-04-281-1/+5
* Fix another device vs. string problem in EFI bootloader config (#496669).Chris Lumens2009-04-211-4/+4
* Clean up argument list after changing from rhpl to iutil for execWithRedirectJesse Keating2009-04-176-13/+12
* Fix NameError traceback setting up bootloader in EFI installsWill Woods2009-04-171-2/+2
* Fix reading the console= parameter from the cmdline (#490731).Chris Lumens2009-04-061-1/+1
* Fix writing out the partition= line on PPC (#492732).Chris Lumens2009-04-031-6/+2
* Fix testing if a PPC partition is bootable (#492726).Chris Lumens2009-04-011-1/+1
* Look for a PReP "partition" by examining the format, not the flags (#492426).Chris Lumens2009-04-011-2/+2
* getDevice returns a string. Use that to look up the device object (#492465).Chris Lumens2009-03-271-1/+2
* Make root= line in grub.conf and path spec in fstab consistentHans de Goede2009-03-206-21/+6
* Fix writing the default= line in grub.conf (#490756).Chris Lumens2009-03-193-3/+3
* Do not write LV uuid to grub.conf, but the filesystem uuidHans de Goede2009-03-181-7/+5
* storage.disks never includes disks without media present.Chris Lumens2009-03-171-1/+1
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-1/+1
* Fix a typoJesse Keating2009-03-101-1/+1
* Fix booty for dmraidHans de Goede2009-03-097-41/+47
* Stop with the fsset usage.David Lehman2009-03-056-12/+45
* Fix passing a device vs. passing a device's name in several more places.Chris Lumens2009-03-046-8/+8
* Adapt getPhysicalDevices to the new storage code.Chris Lumens2009-03-041-28/+22
* bootloader.write takes fewer arguments now, so clean up arg passing.Chris Lumens2009-03-047-7/+7
* Move BootyNoKernelWarning into __init__.py and use it.Chris Lumens2009-03-047-20/+18
* We're not even using the results of getImages here.Chris Lumens2009-03-042-5/+1
* Use anaconda's provided rootDevice instead of performing another lookup.Chris Lumens2009-03-046-27/+15
* Move the isys import higher up.Chris Lumens2009-03-041-1/+1
* Add a storage instance to all bootloaderInfo subclasses.Chris Lumens2009-03-048-60/+62
* 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
* Update packaging and makefile system for the new booty module.Chris Lumens2009-03-041-0/+33
* 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