Reload systemd configuration after copying files

This commit is contained in:
Héctor Molinero Fernández 2020-06-11 19:09:29 +02:00
parent 53cf9d9178
commit d8fa8aa3a0

View File

@ -25,6 +25,9 @@ build {
rm -rf /tmp/rootfs/ rm -rf /tmp/rootfs/
EOF EOF
, ,
<<EOF
systemctl daemon-reload
,
<<EOF <<EOF
timedatectl set-timezone UTC timedatectl set-timezone UTC
localectl set-locale LANG=en_US.UTF-8 localectl set-locale LANG=en_US.UTF-8