summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-03-13 03:24:22 +0000
committerJeremy Katz <katzj@redhat.com>2002-03-13 03:24:22 +0000
commitcfbc39c791c00c37c66919c5cd7fcac3c968ef0d (patch)
tree4dffd3cbd2f997346fa8243c4405574989a8d0fd
parent023890a87fded1a113e74a483ecb8c4e64b4ab39 (diff)
downloadanaconda-cfbc39c791c00c37c66919c5cd7fcac3c968ef0d.tar.gz
anaconda-cfbc39c791c00c37c66919c5cd7fcac3c968ef0d.tar.xz
anaconda-cfbc39c791c00c37c66919c5cd7fcac3c968ef0d.zip
symlink nsswitch.conf also (#61021)
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index eba535309..a2092de9c 100755
--- a/anaconda
+++ b/anaconda
@@ -481,7 +481,7 @@ configFileData = configFile.getConfigData()
if (display_mode == 'g'):
if not flags.test and flags.setupFilesystems:
for i in ( "imrc", "im_palette.pal", "gtk-2.0", "services",
- "protocol", "pango"):
+ "protocol", "pango", "nsswitch.conf"):
try:
os.symlink ("../mnt/runtime/etc/" + i, "/etc/" + i)
except: