summaryrefslogtreecommitdiffstats
path: root/booty/x86.py
Commit message (Expand)AuthorAgeFilesLines
* The justConfigFile parameter doesn't do anything on x86, either (#568567).Chris Lumens2010-02-261-6/+3
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-3/+3
* With flags.setupFilesystems gone, justConfig can be removed from booty.Chris Lumens2009-12-031-3/+3
* Generate more complete device.map grub file when upgrading grub. (#533621)Radek Vykydal2009-11-181-101/+63
* Remove another code duplication in grub upgrade code.Radek Vykydal2009-10-291-21/+4
* Remove code duplication, use fixed code from writeGrub.Radek Vykydal2009-10-291-44/+3
* Remove target parameter from grub installation code - it is no more needed.Radek Vykydal2009-10-291-11/+3
* Fix grub stage1 installation for /boot on md raid1.Radek Vykydal2009-10-091-30/+93
* Use type of device rather than name in booty target selection.Hans de Goede2009-09-151-26/+16
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-5/+5
* dracut has initrd-generic-<version> instead of initrd-<version> (#519185)Hans de Goede2009-08-261-6/+6
* Pass InstalltData to booty __init__ as it needs access to many of its membersHans de Goede2009-08-051-3/+3
* Add a dracutSetupString method to network.pyHans de Goede2009-08-041-3/+3
* Update device.map when upgrading (#513393)Radek Vykydal2009-07-301-0/+28
* Use iutil arch specifiers rather than rhplJeremy Katz2009-07-011-2/+1
* 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-221-6/+12
* Catch errors from bootloader installation and tell the user (#502210).Chris Lumens2009-06-051-25/+36
* Remove the bootloader --lba32 option.Chris Lumens2009-06-041-21/+5
* Initialize x86 class variables before efiBootloaderInfo.__init__()Peter Jones2009-04-281-1/+5
* Clean up argument list after changing from rhpl to iutil for execWithRedirectJesse Keating2009-04-171-2/+2
* Make root= line in grub.conf and path spec in fstab consistentHans de Goede2009-03-201-2/+1
* Fix writing the default= line in grub.conf (#490756).Chris Lumens2009-03-191-1/+1
* Fix booty for dmraidHans de Goede2009-03-091-23/+28
* Stop with the fsset usage.David Lehman2009-03-051-7/+7
* Fix passing a device vs. passing a device's name in several more places.Chris Lumens2009-03-041-3/+3
* 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-041-1/+1
* Move BootyNoKernelWarning into __init__.py and use it.Chris Lumens2009-03-041-1/+2
* We're not even using the results of getImages here.Chris Lumens2009-03-041-2/+1
* Use anaconda's provided rootDevice instead of performing another lookup.Chris Lumens2009-03-041-3/+3
* Add a storage instance to all bootloaderInfo subclasses.Chris Lumens2009-03-041-9/+9
* Remove all uses of fsset.getEntryByMountPoint.Chris Lumens2009-03-041-35/+33
* Don't use rhpl.executil anymore.Chris Lumens2009-03-041-10/+10
* Move each bootloader class into its own file.Chris Lumens2009-03-041-0/+567