[util-livecd] use en_US fallback

This commit is contained in:
udeved 2015-02-26 23:14:20 +01:00
parent fb535e4032
commit 1e57dad53b

View file

@ -108,7 +108,7 @@ configure_language(){
local LOCALE=$(get_country) local LOCALE=$(get_country)
local KEYMAP=$(get_keyboard) local KEYMAP=$(get_keyboard)
local KBLAYOUT=$(get_layout) local KBLAYOUT=$(get_layout)
local FALLBACK="en_GB" local FALLBACK="en_US"
local TLANG=${LOCALE%.*} local TLANG=${LOCALE%.*}
sed -i -r "s/#(${TLANG}.*UTF-8)/\1/g" $1/etc/locale.gen sed -i -r "s/#(${TLANG}.*UTF-8)/\1/g" $1/etc/locale.gen