TT#41500 Run dpkg-reconfigure in noninteractive mode

We should not be prompting anything during installation.

Change-Id: I58147d8ae8712c75bff5fc71f213aebe7b4a10d9
Fixes: commit d5df0c0f84
changes/11/22711/2
Guillem Jover 8 years ago
parent d5df0c0f84
commit 33d5cc6587

@ -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"

Loading…
Cancel
Save