From: Fridtjof Mund Date: Tue, 17 Oct 2017 10:38:09 +0000 (+0200) Subject: Change locale "en-US.UTF-8" to "en_US.UTF-8" X-Git-Tag: lxc-2.0.9~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e47200707397c15e4299765c982e0a7d9fa4094;p=thirdparty%2Flxc.git Change locale "en-US.UTF-8" to "en_US.UTF-8" This template would always add "en-US.UTF-8" to the end of the container's locale.gen, which in turn confused locale-gen. Signed-off-by: Fridtjof Mund --- diff --git a/templates/lxc-archlinux.in b/templates/lxc-archlinux.in index 200b84e66..b19effbcc 100644 --- a/templates/lxc-archlinux.in +++ b/templates/lxc-archlinux.in @@ -41,7 +41,7 @@ export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin # defaults arch=$(uname -m) default_path="@LXCPATH@" -default_locale="en-US.UTF-8" +default_locale="en_US.UTF-8" pacman_config="/etc/pacman.conf" common_config="@LXCTEMPLATECONFIG@/common.conf" shared_config="@LXCTEMPLATECONFIG@/archlinux.common.conf"