X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fcasper-bottom%2F14locales;h=18ed15ed90fa181e5cb4bb1ff3e9c52201141314;hb=refs%2Ftags%2Fdebian%2F1.77%2Bdebian-5;hp=102051ba70cdd0ee6a38688e74927c56821ad84b;hpb=0a8e85ff66e30694a0583614f0ae90c36e8d44f6;p=live-boot-grml.git diff --git a/scripts/casper-bottom/14locales b/scripts/casper-bottom/14locales index 102051b..18ed15e 100755 --- a/scripts/casper-bottom/14locales +++ b/scripts/casper-bottom/14locales @@ -69,6 +69,7 @@ if [ "${set_locale}" ]; then if [ "${BUILD_SYSTEM}" == "Ubuntu" ]; then printf 'LANG="%s"\n' "${LANG}" > "${grep_file}" chroot /root /usr/sbin/locale-gen "${LANG}" + casper-preseed /root debian-installer/locale "${locale}" else printf 'LANG=%s\n' "${LANG}" > "${grep_file}" printf '%s UTF-8\n' "${LANG}" > /root/etc/locale.gen