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 /raid.py | |
| 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 'raid.py')
| -rw-r--r-- | raid.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
