summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue.py b/rescue.py
index 5264e1bad..8d9ed8104 100644
--- a/rescue.py
+++ b/rescue.py
@@ -250,6 +250,7 @@ def runRescue(instPath, mountroot, id):
# lets create some devices
iutil.makeDriveDeviceNodes()
+ iutil.makeCharDeviceNodes()
# need loopback devices too
for lpminor in range(8):