summaryrefslogtreecommitdiffstats
path: root/command-stubs
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-18 03:45:34 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-18 03:45:34 +0000
commit3105f614b92cebd202d473d980326f534d2f0c02 (patch)
tree98c6e0a7a67b4934fc5f95c4257e0eb5d8bc5e7f /command-stubs
parent5a6253f78f105e543f2d6d831feb5883588ecb58 (diff)
downloadanaconda-3105f614b92cebd202d473d980326f534d2f0c02.tar.gz
anaconda-3105f614b92cebd202d473d980326f534d2f0c02.tar.xz
anaconda-3105f614b92cebd202d473d980326f534d2f0c02.zip
merge anaconda-10_0-branch changes back to HEAD
Diffstat (limited to 'command-stubs')
-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)