Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bootloader.write takes fewer arguments now, so clean up arg passing. | Chris Lumens | 2009-03-04 | 1 | -1/+1 | |
| | ||||||
* | Move BootyNoKernelWarning into __init__.py and use it. | Chris Lumens | 2009-03-04 | 1 | -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 Lumens | 2009-03-04 | 1 | -9/+3 | |
| | ||||||
* | Move the isys import higher up. | Chris Lumens | 2009-03-04 | 1 | -1/+1 | |
| | ||||||
* | Add a storage instance to all bootloaderInfo subclasses. | Chris Lumens | 2009-03-04 | 1 | -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 Lumens | 2009-03-04 | 1 | -13/+2 | |
| | ||||||
* | There's no need to paste together the full path over and over again. | Chris Lumens | 2009-03-04 | 1 | -9/+8 | |
| | ||||||
* | Make some sense out of the types in the BootImages class. | Chris Lumens | 2009-03-04 | 1 | -47/+43 | |
| | ||||||
* | Remove all uses of fsset.getEntryByMountPoint. | Chris Lumens | 2009-03-04 | 1 | -36/+34 | |
| | ||||||
* | Don't use rhpl.executil anymore. | Chris Lumens | 2009-03-04 | 1 | -14/+13 | |
| | ||||||
* | Update booty to work with the new pyparted (hdegoede). | Chris Lumens | 2009-03-04 | 1 | -13/+8 | |
| | ||||||
* | Move each bootloader class into its own file. | Chris Lumens | 2009-03-04 | 1 | -1243/+21 | |
| | ||||||
* | isolinuxBootloaderInfo is unused now, too. | Chris Lumens | 2009-03-04 | 1 | -43/+0 | |
| | ||||||
* | We no longer need special code for iSeries. | Chris Lumens | 2009-03-04 | 1 | -102/+0 | |
| | ||||||
* | Don't support /boot/message files in multiple languages. | Chris Lumens | 2009-03-04 | 1 | -43/+33 | |
| | ||||||
* | Don't use rhpl.log anywhere, not even in comments. | Chris Lumens | 2009-03-04 | 1 | -24/+0 | |
| | ||||||
* | Use flags.cmdline instead of opening /proc/cmdline. | Chris Lumens | 2009-03-04 | 1 | -37/+24 | |
| | ||||||
* | makeInitrd makes more sense as a method on a bootloaderInfo subclass. | Chris Lumens | 2009-03-04 | 1 | -7/+13 | |
| | ||||||
* | No one should ever need to use MILO ever again. | Chris Lumens | 2009-03-04 | 1 | -30/+3 | |
| | ||||||
* | Remove functions in booty that are duplicated in anaconda. | Chris Lumens | 2009-03-04 | 1 | -76/+11 | |
| | ||||||
* | Add the existing booty back into anaconda. | Chris Lumens | 2009-03-04 | 1 | -0/+2163 | |
Welcome back, booty. We missed you. |