summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-07-07 18:32:27 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-07-07 18:32:27 +0000
commitcf651599a7f7fa89c5151c755637bc67b6641365 (patch)
treea9681681e62c269e8960ecc8cfa1e1dfa53ec6fe /rescue.py
parente93c3ef69b9ff4bfe55dafb7816186b76ade0ec5 (diff)
downloadanaconda-cf651599a7f7fa89c5151c755637bc67b6641365.tar.gz
anaconda-cf651599a7f7fa89c5151c755637bc67b6641365.tar.xz
anaconda-cf651599a7f7fa89c5151c755637bc67b6641365.zip
See ChangeLog.
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 0c771c17b..a0c5cccfe 100644
--- a/rescue.py
+++ b/rescue.py
@@ -176,7 +176,7 @@ def runShell(screen, msg=""):
print
if os.path.exists("/bin/sh"):
- iutil.execWithRedirect("/bin/sh", ["-/bin/sh"])
+ iutil.execWithRedirect("/bin/sh", ["-/bin/sh"], stdout="/dev/console", stderr="/dev/console")
else:
print "Unable to find /bin/sh to execute! Not starting shell"
time.sleep(5)