]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Change locale "en-US.UTF-8" to "en_US.UTF-8"
authorFridtjof Mund <fridtjof@users.noreply.github.com>
Tue, 17 Oct 2017 10:38:09 +0000 (12:38 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 18 Oct 2017 21:00:07 +0000 (17:00 -0400)
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 <fridtjofmund@gmail.com>
templates/lxc-archlinux.in

index 0dee6f220621596febaac4cea89a1d7df79321ac..576a08624af85aac7e1942b1d31d5d244bdde0aa 100755 (executable)
@@ -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"