mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-21 02:09:37 +00:00
Issue #128: Fix the /etc/locale.conf file
This commit is contained in:
parent
336652ccf6
commit
c6bb53e2cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue