summaryrefslogtreecommitdiffstats
path: root/command-stubs/mknod-stub
diff options
context:
space:
mode:
Diffstat (limited to 'command-stubs/mknod-stub')
-rwxr-xr-xcommand-stubs/mknod-stub2
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/mknod-stub b/command-stubs/mknod-stub
index f7491eabf..53fd44c17 100755
--- a/command-stubs/mknod-stub
+++ b/command-stubs/mknod-stub
@@ -26,7 +26,7 @@ def main():
while (drive.find('/') != -1):
if (drive.startswith("cciss") or drive.startswith("ida") or
drive.startswith("rd") or drive.startswith("ataraid")
- or drive.startswith("iseries")):
+ or drive.startswith("iseries") or drive.startswith("i2o")):
break
drive = drive[drive.find('/') + 1:]
isys.makeDevInode(drive, path)