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-1.0.11~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b584e65f7220dede63e7eeab21a591154df8b4a;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 0dee6f220..576a08624 100755 --- a/templates/lxc-archlinux.in +++ b/templates/lxc-archlinux.in @@ -43,7 +43,7 @@ arch=$(uname -m) lxc_network_type="veth" lxc_network_link="br0" default_path="@LXCPATH@" -default_locale="en-US.UTF-8" +default_locale="en_US.UTF-8" default_timezone="UTC" pacman_config="/etc/pacman.conf"