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