diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 6187984..32743b1 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -1288,6 +1288,9 @@ save EOT fi +# TT#41500: Make sure the timezone setup is coherent +grml-chroot "$TARGET" dpkg-reconfigure tzdata + # provide useable swap partition echo "Enabling swap partition $SWAP_PARTITION via /etc/fstab" cat >> "${TARGET}/etc/fstab" << EOF