summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-08 21:42:18 +0000
committerMike Fulbright <msf@redhat.com>2003-01-08 21:42:18 +0000
commit5c622843104ab1292ce86d6ea96296b4be5b9534 (patch)
treeddfffd42fbdf0df708239cdb985a46d2ad2f9e63 /rescue.py
parent9254a6d82ad3548cc1bb925a5683cda02d82c077 (diff)
downloadanaconda-5c622843104ab1292ce86d6ea96296b4be5b9534.tar.gz
anaconda-5c622843104ab1292ce86d6ea96296b4be5b9534.tar.xz
anaconda-5c622843104ab1292ce86d6ea96296b4be5b9534.zip
make it so emacs works in rescue mode
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 43dcc03ef..402a079bf 100644
--- a/rescue.py
+++ b/rescue.py
@@ -262,7 +262,7 @@ def runRescue(instPath, mountroot, id):
log("Error enabling swap")
# set a library path to use mounted fs
- os.environ["LD_LIBRARY_PATH"] = "/lib:/usr/lib:/usr/X11R6/lib:/usr/kerberos/lib:/mnt/usr/lib:/mnt/sysimage/lib:/mnt/sysimage/usr/lib:/mnt/sysimage/usr/kerberos/lib"
+ os.environ["LD_LIBRARY_PATH"] = "/lib:/usr/lib:/usr/X11R6/lib:/usr/kerberos/lib:/mnt/usr/lib:/mnt/sysimage/lib:/mnt/sysimage/usr/lib:/mnt/sysimage/usr/kerberos/lib:/mnt/sysimage/usr/X11R6/lib"
except:
# This looks horrible, but all it does is catch every exception,