diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-03-23 18:05:48 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-03-23 18:05:48 +0000 |
commit | ed8bcca29cee57dc56008f61970c60691b399640 (patch) | |
tree | a7253abe9921917e264f0605420feb6621e292a6 /rescue.py | |
parent | 034ce4a7ba8ebbb3b1167b81b9977ee82860543b (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |