]> 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 20:58:54 +0000 (16:58 -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 200b84e665296fc9340b806235ef66132a1671f2..b19effbcc503350693e0c74dd3ea9adf9f445ef3 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"