summaryrefslogtreecommitdiffstats
path: root/booty
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-058-33/+32
* Add a dracutSetupString method to network.pyHans de Goede2009-08-048-26/+31
* Use dracutSetupString() method to add the kernel parameters needed for dracutHans de Goede2009-08-041-3/+12
* Update device.map when upgrading (#513393)Radek Vykydal2009-07-301-0/+28
* Use iutil arch specifiers rather than rhplJeremy Katz2009-07-015-24/+17
* Stop using rhpl.translateJeremy Katz2009-07-011-1/+4
* Do not install grub more times than needed.Radek Vykydal2009-06-301-1/+1
* Fix grub upgrade (#505966)Radek Vykydal2009-06-251-5/+5
* booty changes for iswmdJacek Danecki2009-06-222-7/+15
* Convert booty/ to Makefile.amDavid Cantrell2009-06-092-33/+23
* Catch errors from bootloader installation and tell the user (#502210).Chris Lumens2009-06-057-85/+128
* Remove the bootloader --lba32 option.Chris Lumens2009-06-042-25/+5
* 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
* 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