summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/servconfig
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/stage3-stuff/bin/servconfig')
-rwxr-xr-xinitramfs/stage3-stuff/bin/servconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/bin/servconfig b/initramfs/stage3-stuff/bin/servconfig
index 4fe85f2c..96c6a612 100755
--- a/initramfs/stage3-stuff/bin/servconfig
+++ b/initramfs/stage3-stuff/bin/servconfig
@@ -91,8 +91,10 @@ if [ -z "${country}" ] ; then
error "$scfg_country" nonfatal
country="us"
fi
-# do localization (this functions starts a distro specific setup)
+# do localization (this functions simply sets a list of variables)
localization "${country}"
+# start distrospecific localization
+dlocale
#############################################################################
# setup passwd and shadow for local system users like root, bin, daemon and