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 --- raid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raid.py') diff --git a/raid.py b/raid.py index ab46abb5c..54e2391bb 100644 --- a/raid.py +++ b/raid.py @@ -47,7 +47,7 @@ from rhpl.log import log # these arches can have their /boot on RAID and not have their # boot loader blow up -raidBootArches = [ "i386", "x86_64" ] +raidBootArches = [ "i386", "x86_64", "ppc" ] def scanForRaid(drives): """Scans for raid devices on drives. -- cgit