summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-02-12 11:35:32 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-02-12 11:35:32 +0100
commitc9b9b478986bef0665a6762dffe3ea8f2e1bb450 (patch)
tree5226c90b7668885929f88428c0886ee855dd9cea /rescue.py
parentf2f75a9774560f58ab4553f93812e500276c9a7f (diff)
downloadanaconda-c9b9b478986bef0665a6762dffe3ea8f2e1bb450.tar.gz
anaconda-c9b9b478986bef0665a6762dffe3ea8f2e1bb450.tar.xz
anaconda-c9b9b478986bef0665a6762dffe3ea8f2e1bb450.zip
Do the man pages in rescue mode the right way.
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rescue.py b/rescue.py
index 58a6d1753..803a1fb5e 100644
--- a/rescue.py
+++ b/rescue.py
@@ -400,9 +400,6 @@ def runRescue(anaconda, instClass):
# set a library path to use mounted fs
os.environ["LD_LIBRARY_PATH"] = "/lib:/usr/lib:/usr/X11R6/lib:/lib:/mnt/usr/lib:/mnt/sysimage/lib:/mnt/sysimage/usr/lib:/mnt/sysimage/usr/X11R6/lib"
- # get man pages to work, add chrooted support.
- os.environ["MANPATH"] = "/mnt/sysimage/usr/share/man:/mnt/sysimage/usr/local/share/man:/usr/share/man:/usr/local/share/man"
-
# find groff data dir
try:
glst = os.listdir("/mnt/sysimage/usr/share/groff")