summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-08-27 20:33:37 +0000
committerJeremy Katz <katzj@redhat.com>2003-08-27 20:33:37 +0000
commit7b7b11935b430f32be38061b2c3506b4499895ff (patch)
tree247b00ff2c2f4b2e9d0c890701b03b98fc6a1746 /rescue.py
parent4af8b5ec3a3b217b458e77a7ed60d63c0e53b0ec (diff)
downloadanaconda-7b7b11935b430f32be38061b2c3506b4499895ff.tar.gz
anaconda-7b7b11935b430f32be38061b2c3506b4499895ff.tar.xz
anaconda-7b7b11935b430f32be38061b2c3506b4499895ff.zip
merge from taroon branch
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 1ef2866de..d524809ce 100644
--- a/rescue.py
+++ b/rescue.py
@@ -162,7 +162,8 @@ def startNetworking(network, intf):
def runRescue(instPath, mountroot, id):
- for file in [ "services", "protocols", "group", "joe", "man.config" ]:
+ for file in [ "services", "protocols", "group", "joe", "man.config",
+ "nsswitch.conf" ]:
os.symlink('/mnt/runtime/etc/' + file, '/etc/' + file)
# see if they would like networking enabled