diff options
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. |