Set timezone and locale
This commit is contained in:
parent
a7798a8760
commit
9fefa63c77
@ -24,6 +24,11 @@ build {
|
|||||||
rm -rf /tmp/rootfs/
|
rm -rf /tmp/rootfs/
|
||||||
EOF
|
EOF
|
||||||
,
|
,
|
||||||
|
<<EOF
|
||||||
|
timedatectl set-timezone UTC
|
||||||
|
localectl set-locale LANG=en_US.UTF-8
|
||||||
|
EOF
|
||||||
|
,
|
||||||
<<EOF
|
<<EOF
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get dist-upgrade -yo DPkg::options::=--force-confold
|
apt-get dist-upgrade -yo DPkg::options::=--force-confold
|
||||||
|
Loading…
Reference in New Issue
Block a user