diff options
| author | Jeremy Katz <katzj@redhat.com> | 2005-05-19 21:34:02 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2005-05-19 21:34:02 +0000 |
| commit | 07cda6895fcfd9dc94de76d7d70ac8f855f25c2e (patch) | |
| tree | 7959b40066f54827273fd2250522a0659daf607c /ChangeLog | |
| parent | cbc4b83ae0fc8dcd1abd11b2e619399f56f59f33 (diff) | |
2005-05-19 Jeremy Katz <katzj@redhat.com>
* fsset.py (prepbootFileSystem.__init__): PReP partitions should
be marked bootable, from Dustin Kirkland.
* raid.py (availRaidLevels): Allow ppc to have a RAID /boot, from
Dustin Kirkland.
* partitions.py (Partitions.getBootableRequest): Split
PMac/pSeries handling to be different. pSeries can do bootable
PReP. Patch from Dustin Kirkland <dustin.kirkland@us.ibm.com>
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,6 +1,16 @@ 2005-05-19 Jeremy Katz <katzj@redhat.com> - * exception.py (handleException): Just exit on the bdbQuit exception + * fsset.py (prepbootFileSystem.__init__): PReP partitions should + be marked bootable, from Dustin Kirkland. + + * raid.py (availRaidLevels): Allow ppc to have a RAID /boot, from + Dustin Kirkland. + + * partitions.py (Partitions.getBootableRequest): Split + PMac/pSeries handling to be different. pSeries can do bootable + PReP. Patch from Dustin Kirkland <dustin.kirkland@us.ibm.com> + + * exception.py (handleException): Just exit on the bdbQuit exception. * textw/bootloader_text.py (BootloaderImagesWindow.__call__): Support deletion of images in text mode (#125358). After FC4 goes |
