]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Change locale "en-US.UTF-8" to "en_US.UTF-8" 1862/head
authorFridtjof Mund <fridtjof@users.noreply.github.com>
Tue, 17 Oct 2017 10:38:09 +0000 (12:38 +0200)
committerFridtjof Mund <fridtjofmund@icloud.com>
Tue, 17 Oct 2017 13:20:20 +0000 (15:20 +0200)
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 d0ca12846cdff0c4f9486145777e02c2d98a24c3..f8d4ba01cd883ad52596f31c015706ad46f7ad25 100644 (file)
@@ -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"