X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F14locales;h=3653e1b163a78c88c727dd161a86d6574e6104d9;hb=e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5;hp=2de535e18e5beebdee977c36643c37e13b7f4fa1;hpb=6bfe95a7c93d84d0a2f9071bbe3809c173287402;p=live-boot-grml.git diff --git a/scripts/live-bottom/14locales b/scripts/live-bottom/14locales index 2de535e..3653e1b 100755 --- a/scripts/live-bottom/14locales +++ b/scripts/live-bottom/14locales @@ -88,16 +88,9 @@ then really_export LANG - if [ "${BUILD_SYSTEM}" = "Ubuntu" ] - then - printf 'LANG="%s"\n' "${LANG}" > "${grep_file}" - chroot /root /usr/sbin/locale-gen "${LANG}" - live-preseed /root debian-installer/locale "${locale}" - else - printf 'LANG=%s\n' "${LANG}" > "${grep_file}" - printf '%s UTF-8\n' "${LANG}" > /root/etc/locale.gen - chroot /root /usr/sbin/locale-gen - fi + printf 'LANG=%s\n' "${LANG}" > "${grep_file}" + printf '%s UTF-8\n' "${LANG}" > /root/etc/locale.gen + chroot /root /usr/sbin/locale-gen fi log_end_msg