From 68b2fa16d454a6ab43bb673b3f2b6f6c38dd3b24 Mon Sep 17 00:00:00 2001 From: Bill Kolokithas Date: Thu, 21 Aug 2014 15:52:50 +0300 Subject: [PATCH] lxc-archlinux: Properly set default locale in /etc/locale.conf MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Bill Kolokithas Acked-by: Stéphane Graber --- templates/lxc-archlinux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2