Unverified Commit 7b584e65 by Fridtjof Mund Committed by Stéphane Graber

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: 's avatarFridtjof Mund <fridtjofmund@gmail.com>
parent 38f7ef1b
...@@ -43,7 +43,7 @@ arch=$(uname -m) ...@@ -43,7 +43,7 @@ arch=$(uname -m)
lxc_network_type="veth" lxc_network_type="veth"
lxc_network_link="br0" lxc_network_link="br0"
default_path="@LXCPATH@" default_path="@LXCPATH@"
default_locale="en-US.UTF-8" default_locale="en_US.UTF-8"
default_timezone="UTC" default_timezone="UTC"
pacman_config="/etc/pacman.conf" pacman_config="/etc/pacman.conf"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment