summaryrefslogtreecommitdiffstats
path: root/command-stubs
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-05-05 15:06:15 +0000
committerJeremy Katz <katzj@redhat.com>2003-05-05 15:06:15 +0000
commitb9e34905bc504195c881201ba7b472d65577d735 (patch)
tree43017cf1607c5a8c9398647092874b62c64aca3b /command-stubs
parenta2ecfaa6df7a71b5b36cb8b1898065b9ef11220a (diff)
downloadanaconda-b9e34905bc504195c881201ba7b472d65577d735.tar.gz
anaconda-b9e34905bc504195c881201ba7b472d65577d735.tar.xz
anaconda-b9e34905bc504195c881201ba7b472d65577d735.zip
merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHEL
Diffstat (limited to 'command-stubs')
-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)