Skip to content

Commit

Permalink
Change locale "en-US.UTF-8" to "en_US.UTF-8"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
fridtjof authored and stgraber committed Oct 18, 2017
1 parent 29cdba5 commit 3e47200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-archlinux.in
Expand Up @@ -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"
Expand Down

0 comments on commit 3e47200

Please sign in to comment.