From: Bill Kolokithas Date: Thu, 21 Aug 2014 12:52:50 +0000 (+0300) Subject: lxc-archlinux: Properly set default locale in /etc/locale.conf X-Git-Tag: lxc-1.0.6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b2fa16d454a6ab43bb673b3f2b6f6c38dd3b24;p=thirdparty%2Flxc.git lxc-archlinux: Properly set default locale in /etc/locale.conf Signed-off-by: Bill Kolokithas Acked-by: Stéphane Graber --- diff --git a/templates/lxc-archlinux.in b/templates/lxc-archlinux.in index ec14a9a7b..ea4cfcbad 100755 --- a/templates/lxc-archlinux.in +++ b/templates/lxc-archlinux.in @@ -76,7 +76,7 @@ configure_arch() { cp -p /etc/vconsole.conf /etc/locale.conf /etc/locale.gen \ "${rootfs_path}/etc/" else - echo "LANG=${default_lang}" > "${rootfs_path}/etc/locale.conf" + echo "LANG=${default_locale}" > "${rootfs_path}/etc/locale.conf" echo "KEYMAP=us" > "${rootfs_path}/etc/vconsole.conf" cat > "${rootfs_path}/etc/adjtime" << EOF 0.0 0.0 0.0