From 76697a6b937cecde94d5519ae31d8cb09789f6c7 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 7 Apr 2020 23:24:01 +0200 Subject: [PATCH] vagrant: debianoid: don't interactively ask questions --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 772ddd74..dbb48370 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,6 +9,7 @@ $wmem = $xdistn * 256 # give the VM additional memory for workers [MB] def packages_debianoid(user) return <<-EOF + export DEBIAN_FRONTEND=noninteractive # this is to avoid grub asking about which device it should install to: echo "set grub-pc/install_devices /dev/sda" | debconf-communicate apt-get -y -qq update