summaryrefslogtreecommitdiffstats
path: root/booty/bootloaderInfo.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-15/+1
| | | | | Also, this gets rid of the goofy self.noKernelsWarn method which doesn't serve any useful purpose now that booty's part of anaconda.
* Use anaconda's provided rootDevice instead of performing another lookup.Chris Lumens2009-03-041-9/+3
|
* Move the isys import higher up.Chris Lumens2009-03-041-1/+1
|
* Add a storage instance to all bootloaderInfo subclasses.Chris Lumens2009-03-041-4/+8
| | | | | | We could pass storage around to all the various functions that will need it, but that's a big mess. It's far easier to just set this when we create the bootloaderInfo class and never worry about it again.
* 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-041-9/+8
|
* 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-041-36/+34
|
* Don't use rhpl.executil anymore.Chris Lumens2009-03-041-14/+13
|
* 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-041-1243/+21
|
* isolinuxBootloaderInfo is unused now, too.Chris Lumens2009-03-041-43/+0
|
* We no longer need special code for iSeries.Chris Lumens2009-03-041-102/+0
|
* Don't support /boot/message files in multiple languages.Chris Lumens2009-03-041-43/+33
|
* Don't use rhpl.log anywhere, not even in comments.Chris Lumens2009-03-041-24/+0
|
* Use flags.cmdline instead of opening /proc/cmdline.Chris Lumens2009-03-041-37/+24
|
* makeInitrd makes more sense as a method on a bootloaderInfo subclass.Chris Lumens2009-03-041-7/+13
|
* No one should ever need to use MILO ever again.Chris Lumens2009-03-041-30/+3
|
* Remove functions in booty that are duplicated in anaconda.Chris Lumens2009-03-041-76/+11
|
* Add the existing booty back into anaconda.Chris Lumens2009-03-041-0/+2163
Welcome back, booty. We missed you.