summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-10-14 21:28:33 +0000
committerChris Lumens <clumens@redhat.com>2005-10-14 21:28:33 +0000
commitf5efa1a2a16545e763f8e52b2e10fa521e823379 (patch)
treeee31a1c8da42d431d4ce1c82bae7884fee0ec044 /rescue.py
parent300ffe9a17b2b163c372a1bd92e28d30804b811e (diff)
downloadanaconda-f5efa1a2a16545e763f8e52b2e10fa521e823379.tar.gz
anaconda-f5efa1a2a16545e763f8e52b2e10fa521e823379.tar.xz
anaconda-f5efa1a2a16545e763f8e52b2e10fa521e823379.zip
Make /dev/input/event* device nodes needed for some laptop mice.
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):