summaryrefslogtreecommitdiffstats
path: root/raid.py
diff options
context:
space:
mode:
Diffstat (limited to 'raid.py')
-rw-r--r--raid.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/raid.py b/raid.py
index 60fd733e5..d489f5409 100644
--- a/raid.py
+++ b/raid.py
@@ -23,6 +23,10 @@ import partedUtils
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" ]
+
def scanForRaid(drives):
"""Scans for raid devices on drives.