summaryrefslogtreecommitdiffstats
path: root/raid.py
diff options
context:
space:
mode:
Diffstat (limited to 'raid.py')
-rw-r--r--raid.py2
1 files changed, 1 insertions, 1 deletions
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.