summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
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,))