From e9e0d80df98b60be98aa143d179774235e25a6d4 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 14 Dec 2006 19:41:24 +0000 Subject: Make device nodes in anaconda instead of in runRescue so cachedDrives isn't empty. --- rescue.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rescue.py') diff --git a/rescue.py b/rescue.py index c39784192..785cc3d24 100644 --- a/rescue.py +++ b/rescue.py @@ -262,10 +262,6 @@ def runRescue(anaconda): runShell() sys.exit(0) - # lets create some devices - iutil.makeDriveDeviceNodes() - iutil.makeCharDeviceNodes() - # need loopback devices too for lpminor in range(8): dev = "loop%s" % (lpminor,) -- cgit