From 69605435c353f80bf7f42fe10e3f2ec1a3d8f01a Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 14 Feb 2021 22:10:01 +0100 Subject: [PATCH] avoid grub-install asking interactively for device --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 8f9878afa..df76bc37a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,6 +11,8 @@ def packages_debianoid(user) return <<-EOF export DEBIAN_FRONTEND=noninteractive apt-get update + # in case we get a grub update, it must not interactively ask for boot device: + echo "set grub-pc/install_devices /dev/sda" | debconf-communicate # install all the (security and other) updates apt-get dist-upgrade -y # for building borgbackup and dependencies: