summaryrefslogtreecommitdiffstats
path: root/booty/bootloaderInfo.py
Commit message (Expand)AuthorAgeFilesLines
* Add keyboard kernel cmdline options to grub.conf for dracutHans de Goede2009-08-051-0/+1
* Write dracut i18n cmdline options to grub.confHans de Goede2009-08-051-0/+2
* Pass InstalltData to booty __init__ as it needs access to many of its membersHans de Goede2009-08-051-12/+11
* Add a dracutSetupString method to network.pyHans de Goede2009-08-041-5/+10
* Use dracutSetupString() method to add the kernel parameters needed for dracutHans de Goede2009-08-041-3/+12
* Use iutil arch specifiers rather than rhplJeremy Katz2009-07-011-7/+6
* Stop using rhpl.translateJeremy Katz2009-07-011-1/+4
* Catch errors from bootloader installation and tell the user (#502210).Chris Lumens2009-06-051-13/+24
* Remove the bootloader --lba32 option.Chris Lumens2009-06-041-4/+0
* Add a Mac OS boot line to yaboot.conf (#499964).Chris Lumens2009-05-131-3/+6
* Add "nomodeset" to the list of command line arguments copied to grub.confPeter Jones2009-04-281-1/+1
* 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-171-5/+5
* 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 testing if a PPC partition is bootable (#492726).Chris Lumens2009-04-011-1/+1
* Make root= line in grub.conf and path spec in fstab consistentHans de Goede2009-03-201-15/+1
* Fix writing the default= line in grub.conf (#490756).Chris Lumens2009-03-191-1/+1
* 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 booty for dmraidHans de Goede2009-03-091-1/+1
* Stop with the fsset usage.David Lehman2009-03-051-1/+1
* Fix passing a device vs. passing a device's name in several more places.Chris Lumens2009-03-041-1/+1
* bootloader.write takes fewer arguments now, so clean up arg passing.Chris Lumens2009-03-041-1/+1
* Move BootyNoKernelWarning into __init__.py and use it.Chris Lumens2009-03-041-15/+1
* Use anaconda's provided rootDevice instead of performing another lookup.Chris Lumens2009-03-041-9/+3
* Move the isys import higher up.Chris Lumens2009-03-041-1/+1
* Add a storage instance to all bootloaderInfo subclasses.Chris Lumens2009-03-041-4/+8
* 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-041-9/+8
* 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-041-36/+34
* Don't use rhpl.executil anymore.Chris Lumens2009-03-041-14/+13
* 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-041-1243/+21
* 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
* makeInitrd makes more sense as a method on a bootloaderInfo subclass.Chris Lumens2009-03-041-7/+13
* 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-041-76/+11
* Add the existing booty back into anaconda.Chris Lumens2009-03-041-0/+2163