summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authormsivak <msivak>2007-08-17 14:20:44 +0000
committermsivak <msivak>2007-08-17 14:20:44 +0000
commit70b7adb020841583ee06e85bb5f14403827fbc5d (patch)
tree18d10a56bcf21b22e1e79100e8c0a4c70f2128fd /iutil.py
parent703ab4ed04634d032a50760c129aa8e5f41574ca (diff)
downloadanaconda-70b7adb020841583ee06e85bb5f14403827fbc5d.tar.gz
anaconda-70b7adb020841583ee06e85bb5f14403827fbc5d.tar.xz
anaconda-70b7adb020841583ee06e85bb5f14403827fbc5d.zip
* iutil.py (makeDriveDeviceNodes): Fix number of created scsi
partition device files (#241439). * fsset.py (DevDevice.setupDevice): Better error reporting and when using DevDevice class, check for existence of device file. * rescue.py (runRescue): Better error reporting.
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iutil.py b/iutil.py
index 980016c55..44f835cb6 100644
--- a/iutil.py
+++ b/iutil.py
@@ -272,7 +272,7 @@ def makeDriveDeviceNodes():
elif drive.startswith("dasd"):
num = 4
else:
- num = 15
+ num = 16
if (drive.startswith("cciss") or drive.startswith("ida") or
drive.startswith("rd") or drive.startswith("sx8")):