From 07cda6895fcfd9dc94de76d7d70ac8f855f25c2e Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 19 May 2005 21:34:02 +0000 Subject: 2005-05-19 Jeremy Katz * 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 --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5439eb426..f722bf663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ 2005-05-19 Jeremy Katz - * 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 + + * 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 -- cgit