From 70b7adb020841583ee06e85bb5f14403827fbc5d Mon Sep 17 00:00:00 2001 From: msivak Date: Fri, 17 Aug 2007 14:20:44 +0000 Subject: * 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. --- iutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iutil.py') 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")): -- cgit