summaryrefslogtreecommitdiffstats
path: root/booty/ppc.py
Commit message (Expand)AuthorAgeFilesLines
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-2/+2
* With flags.setupFilesystems gone, justConfig can be removed from booty.Chris Lumens2009-12-031-4/+3
* Remove test mode.Chris Lumens2009-12-031-8/+7
* Make bootLoaderInfo new-style class, so that its properties work correctly.Radek Vykydal2009-10-151-1/+2
* 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-3/+3
* Pass InstalltData to booty __init__ as it needs access to many of its membersHans de Goede2009-08-051-2/+2
* Add a dracutSetupString method to network.pyHans de Goede2009-08-041-2/+2
* Use iutil arch specifiers rather than rhplJeremy Katz2009-07-011-4/+3
* Catch errors from bootloader installation and tell the user (#502210).Chris Lumens2009-06-051-11/+17
* Clean up argument list after changing from rhpl to iutil for execWithRedirectJesse Keating2009-04-171-1/+1
* Fix writing out the partition= line on PPC (#492732).Chris Lumens2009-04-031-6/+2
* 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-201-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-1/+2
* Use anaconda's provided rootDevice instead of performing another lookup.Chris Lumens2009-03-041-7/+4
* Add a storage instance to all bootloaderInfo subclasses.Chris Lumens2009-03-041-23/+21
* Remove all uses of fsset.getEntryByMountPoint.Chris Lumens2009-03-041-20/+23
* Don't use rhpl.executil anymore.Chris Lumens2009-03-041-5/+6
* Move each bootloader class into its own file.Chris Lumens2009-03-041-0/+179