summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-03-23 18:05:48 +0000
committerJeremy Katz <katzj@redhat.com>2004-03-23 18:05:48 +0000
commited8bcca29cee57dc56008f61970c60691b399640 (patch)
treea7253abe9921917e264f0605420feb6621e292a6 /rescue.py
parent034ce4a7ba8ebbb3b1167b81b9977ee82860543b (diff)
downloadanaconda-ed8bcca29cee57dc56008f61970c60691b399640.tar.gz
anaconda-ed8bcca29cee57dc56008f61970c60691b399640.tar.xz
anaconda-ed8bcca29cee57dc56008f61970c60691b399640.zip
symlink /etc/security for rescue mode too
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 c321031de..c4ac197f4 100644
--- a/rescue.py
+++ b/rescue.py
@@ -163,7 +163,7 @@ def startNetworking(network, intf):
def runRescue(instPath, mountroot, id):
for file in [ "services", "protocols", "group", "joe", "man.config",
- "nsswitch.conf" ]:
+ "nsswitch.conf", "security" ]:
os.symlink('/mnt/runtime/etc/' + file, '/etc/' + file)
# see if they would like networking enabled