summaryrefslogtreecommitdiffstats
path: root/booty/s390.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Catch errors from bootloader installation and tell the user (#502210).Chris Lumens2009-06-051-10/+15
* Clean up argument list after changing from rhpl to iutil for execWithRedirectJesse Keating2009-04-171-2/+1
* Make root= line in grub.conf and path spec in fstab consistentHans de Goede2009-03-201-1/+1
* Fix writing the default= line in grub.conf (#490756).Chris Lumens2009-03-191-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
* We're not even using the results of getImages here.Chris Lumens2009-03-041-3/+0
* Use anaconda's provided rootDevice instead of performing another lookup.Chris Lumens2009-03-041-5/+2
* Add a storage instance to all bootloaderInfo subclasses.Chris Lumens2009-03-041-4/+4
* There's no need to paste together the full path over and over again.Chris Lumens2009-03-041-5/+6
* Remove all uses of fsset.getEntryByMountPoint.Chris Lumens2009-03-041-11/+11
* Don't use rhpl.executil anymore.Chris Lumens2009-03-041-2/+2
* Move each bootloader class into its own file.Chris Lumens2009-03-041-0/+179