summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rescue.py b/rescue.py
index 8c430e44f..b9277a6f9 100644
--- a/rescue.py
+++ b/rescue.py
@@ -381,6 +381,9 @@ def runRescue(anaconda, instClass):
# now that dev is udev, bind mount the installer dev there
isys.mount("/dev", "%s/dev" %(anaconda.rootPath,), bindMount = 1)
+ # and /dev/pts
+ isys.mount("/dev/pts", "%s/dev/pts" %(anaconda.rootPath,), bindMount = 1)
+
# and /selinux too
if flags.selinux and os.path.isdir("%s/selinux" %(anaconda.rootPath,)):
try: