diff options
-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 |