From 33d5cc6587cc14f88194481a9be14db5f29f1060 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 27 Jul 2018 15:10:13 +0200 Subject: [PATCH] TT#41500 Run dpkg-reconfigure in noninteractive mode We should not be prompting anything during installation. Change-Id: I58147d8ae8712c75bff5fc71f213aebe7b4a10d9 Fixes: commit d5df0c0f84ebb04219dadf1862b0a629bac16b99 --- templates/scripts/includes/deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 32743b1..9593520 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -1289,7 +1289,7 @@ EOT fi # TT#41500: Make sure the timezone setup is coherent -grml-chroot "$TARGET" dpkg-reconfigure tzdata +grml-chroot "$TARGET" dpkg-reconfigure --frontend=noninteractive tzdata # provide useable swap partition echo "Enabling swap partition $SWAP_PARTITION via /etc/fstab"