summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-05-19 21:34:02 +0000
committerJeremy Katz <katzj@redhat.com>2005-05-19 21:34:02 +0000
commit07cda6895fcfd9dc94de76d7d70ac8f855f25c2e (patch)
tree7959b40066f54827273fd2250522a0659daf607c /ChangeLog
parentcbc4b83ae0fc8dcd1abd11b2e619399f56f59f33 (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--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5439eb426..f722bf663 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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