summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2003-01-08 18:49:57 +0000
committerMatt Wilson <msw@redhat.com>2003-01-08 18:49:57 +0000
commitca0bcfe1bcb8e782ba2910326d7729eb3d1e1b6e (patch)
treee26cb24e3133e78f6e9ebba519a1609bf1af44e2 /iutil.py
parenteb43b0b521a5c24d9eaa05e6e4bcca3edc46368f (diff)
downloadanaconda-ca0bcfe1bcb8e782ba2910326d7729eb3d1e1b6e.tar.gz
anaconda-ca0bcfe1bcb8e782ba2910326d7729eb3d1e1b6e.tar.xz
anaconda-ca0bcfe1bcb8e782ba2910326d7729eb3d1e1b6e.zip
merge from s390 branch
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iutil.py b/iutil.py
index 425b2fd74..95c70493d 100644
--- a/iutil.py
+++ b/iutil.py
@@ -389,6 +389,8 @@ def makeDriveDeviceNodes():
if drive.startswith("hd"):
num = 32
+ elif drive.startswith("dasd"):
+ num = 4
else:
num = 15