summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-10-30 19:14:05 +0000
committerJeremy Katz <katzj@redhat.com>2002-10-30 19:14:05 +0000
commit87ffc4835192bfe3ea743429350da2f289010786 (patch)
treed9bd5dcbff7f32e0d7f424b393ef5be392f2a67a /iutil.py
parent1ea403ca87348953c87d4626a56b85f53cf76a5a (diff)
downloadanaconda-87ffc4835192bfe3ea743429350da2f289010786.tar.gz
anaconda-87ffc4835192bfe3ea743429350da2f289010786.tar.xz
anaconda-87ffc4835192bfe3ea743429350da2f289010786.zip
import raid
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iutil.py b/iutil.py
index 9d625175e..64d5bc7bc 100644
--- a/iutil.py
+++ b/iutil.py
@@ -393,6 +393,8 @@ def copyDeviceNode(src, dest):
# make the device nodes for all of the drives on the system
def makeDriveDeviceNodes():
+ import raid
+
hardDrives = isys.hardDriveDict()
for drive in hardDrives.keys():
isys.makeDevInode(drive, "/dev/%s" % (drive,))