summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authordlehman <dlehman>2007-05-31 15:43:54 +0000
committerdlehman <dlehman>2007-05-31 15:43:54 +0000
commit8f9646a9ee947dd037e8c2594fd40afd5a42df78 (patch)
tree2be64e0bc8c382022ddbaee60c8fe249d350e7cc /rescue.py
parent361b99680e39dfec465adfaaac3ca90d9a573cca (diff)
downloadanaconda-8f9646a9ee947dd037e8c2594fd40afd5a42df78.tar.gz
anaconda-8f9646a9ee947dd037e8c2594fd40afd5a42df78.tar.xz
anaconda-8f9646a9ee947dd037e8c2594fd40afd5a42df78.zip
* rescue.py (runShell): mount /dev/pts in rescue mode (#228714)
* scripts/upd-instroot: include dmidecode on ia64 (#232947) * loader2/modules.c (scsiDiskCount): correctly count SCSI disk devices (#230526)
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: