summaryrefslogtreecommitdiffstats
path: root/booty/alpha.py
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Stop with the fsset usage.David Lehman2009-03-051-2/+2
* 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-1/+1
* 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-6/+7
* Remove all uses of fsset.getEntryByMountPoint.Chris Lumens2009-03-041-12/+12
* Don't use rhpl.executil anymore.Chris Lumens2009-03-041-3/+3
* Move each bootloader class into its own file.Chris Lumens2009-03-041-0/+143