From e210504ca8ad03285adec71039c52173d1d63cef Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Thu, 1 Oct 2020 11:46:38 +0200 Subject: [PATCH] Vagrantfile: Fix small regression --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 5460d18..40f835a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,6 +20,9 @@ Vagrant.configure("2") do |config| vb.cpus = 2 end + # reboot the vm after vbguest installation + config.vbguest.auto_reboot=true + # tell the user where things are. config.vm.post_up_message = "Ready to distil and make WissKIs. Scripts can be found in /distillery/. " end