From ed8bcca29cee57dc56008f61970c60691b399640 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 23 Mar 2004 18:05:48 +0000 Subject: symlink /etc/security for rescue mode too --- rescue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue.py') 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 -- cgit