summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/servconfig
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-11 19:05:21 +0100
committerDirk von Suchodoletz2009-03-11 19:05:21 +0100
commiteb9bc263efc57475fc68a3c06c40bf8248a2195c (patch)
treef7f4e397ffb646ec90e3fd93b73877da7f87f68b /initramfs/stage3-stuff/bin/servconfig
parent * fix for unionfs (diff)
downloadcore-eb9bc263efc57475fc68a3c06c40bf8248a2195c.tar.gz
core-eb9bc263efc57475fc68a3c06c40bf8248a2195c.tar.xz
core-eb9bc263efc57475fc68a3c06c40bf8248a2195c.zip
Setting the localization properly ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2713 95ad53e4-c205-0410-b2fa-d234c58c8868
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