summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-12-14 19:41:24 +0000
committerChris Lumens <clumens@redhat.com>2006-12-14 19:41:24 +0000
commite9e0d80df98b60be98aa143d179774235e25a6d4 (patch)
treed9176e730d78e6e2cf809afa731d18dbb0e17b3a /rescue.py
parent20f317455db23c91937998ae987ba3f195efe91d (diff)
downloadanaconda-e9e0d80df98b60be98aa143d179774235e25a6d4.tar.gz
anaconda-e9e0d80df98b60be98aa143d179774235e25a6d4.tar.xz
anaconda-e9e0d80df98b60be98aa143d179774235e25a6d4.zip
Make device nodes in anaconda instead of in runRescue so cachedDrives isn't
empty.
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py4
1 files changed, 0 insertions, 4 deletions
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,)