diff options
Diffstat (limited to 'command-stubs')
-rwxr-xr-x | command-stubs/mknod-stub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/command-stubs/mknod-stub b/command-stubs/mknod-stub index 53fd44c17..f4239c75d 100755 --- a/command-stubs/mknod-stub +++ b/command-stubs/mknod-stub @@ -26,7 +26,8 @@ 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("i2o")): + or drive.startswith("iseries") or drive.startswith("i2o") + or drive.startswith("sx8")): break drive = drive[drive.find('/') + 1:] isys.makeDevInode(drive, path) |