summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs
diff options
context:
space:
mode:
authorSebastian Schmelzer2007-06-11 11:23:44 +0200
committerSebastian Schmelzer2007-06-11 11:23:44 +0200
commit4b81e0b4ca89808197a052afa7ce990239c45647 (patch)
tree574c709c483be5c874ba11a6be7ff98ee3752eb0 /initramfs/distro-specs
parentCreate directory. (diff)
downloadcore-4b81e0b4ca89808197a052afa7ce990239c45647.tar.gz
core-4b81e0b4ca89808197a052afa7ce990239c45647.tar.xz
core-4b81e0b4ca89808197a052afa7ce990239c45647.zip
LANG setup moved to /etc/default/locale
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1161 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs')
-rw-r--r--initramfs/distro-specs/debian/functions-default8
1 files changed, 5 insertions, 3 deletions
diff --git a/initramfs/distro-specs/debian/functions-default b/initramfs/distro-specs/debian/functions-default
index c2b6c762..a84fece6 100644
--- a/initramfs/distro-specs/debian/functions-default
+++ b/initramfs/distro-specs/debian/functions-default
@@ -180,9 +180,11 @@ echo -e "setfont ${CONSOLE_FONT} >${LOGFILE} 2>&1" \
>>/mnt/etc/${D_INITDIR}/boot.slx
chmod 744 /mnt/etc/${D_INITDIR}/boot.slx
# fixme!! check for proper operation
-sed -e "s,LANGUAGE=.*,LANGUAGE=\"${LANG}\" # set within initramfs," \
- -e "s,LANG=.*,LANG=\"${LANG}\" # set within initramfs," \
- -i /mnt/etc/environment
+# sed -e "s,LANGUAGE=.*,LANGUAGE=\"${LANG}\" # set within initramfs," \
+# -e "s,LANG=.*,LANG=\"${LANG}\" # set within initramfs," \
+# -i /mnt/etc/environment
+sed -e "s,LANG=.*,LANG=\"${LANG}\" # set within initramfs," \
+ -i /mnt/etc/default/locale
}
# configure gdm as display manager