From c6bb53e2cc4118c59ba2394209fa5089d09cf2ad Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Tue, 1 Dec 2015 19:52:11 +0000 Subject: [PATCH] Issue #128: Fix the /etc/locale.conf file --- lib/core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core.sh b/lib/core.sh index bb95c80..b85c1fa 100644 --- a/lib/core.sh +++ b/lib/core.sh @@ -358,7 +358,7 @@ function build_image_env(){ sudo ln -sf /usr/share/zoneinfo/posix/UTC ${maindir}/root/etc/localtime sudo bash -c "echo 'en_US.UTF-8 UTF-8' >> ${maindir}/root/etc/locale.gen" sudo ${maindir}/root/opt/junest/bin/jchroot ${maindir}/root locale-gen - sudo bash -c "echo 'LANG = \"en_US.UTF-8\"' >> ${maindir}/root/etc/locale.conf" + sudo bash -c "echo 'LANG=\"en_US.UTF-8\"' >> ${maindir}/root/etc/locale.conf" info "Generating the metadata info..." sudo mkdir ${maindir}/root/etc/${CMD}