X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F14locales;h=022a6056265ea1d4beba10f0fc49b817400ae57d;hb=e1f1b6e7af1c7d602ffc0d2879dc9ff19bd19583;hp=58f7e82a72a525a41942bf575ba8030a1c86705d;hpb=e094426177155af8e46f386fb0b322630898ba6c;p=live-boot-grml.git diff --git a/scripts/live-bottom/14locales b/scripts/live-bottom/14locales index 58f7e82..022a605 100755 --- a/scripts/live-bottom/14locales +++ b/scripts/live-bottom/14locales @@ -116,8 +116,8 @@ then really_export LANG - printf 'LANG="%s"\n' "${LANG}" >> /root/etc/default/locale - printf 'LANG="%s"\n' "${LANG}" >> /root/etc/environment + printf 'LANG="%s"\n' "${LANG}" > /root/etc/default/locale + printf 'LANG="%s"\n' "${LANG}" > /root/etc/environment printf '%s %s\n' "${LANG}" "${codepage}" > /root/etc/locale.gen if [ -z "${SILENT}" ]