Set timezone and locale

This commit is contained in:
Héctor Molinero Fernández 2020-02-06 20:22:40 +01:00
parent a7798a8760
commit 9fefa63c77

View File

@ -24,6 +24,11 @@ build {
rm -rf /tmp/rootfs/
EOF
,
<<EOF
timedatectl set-timezone UTC
localectl set-locale LANG=en_US.UTF-8
EOF
,
<<EOF
apt-get update
apt-get dist-upgrade -yo DPkg::options::=--force-confold