From 7e104bda2d634007606ee995d897ac491cde154b Mon Sep 17 00:00:00 2001 From: Carlos Abalde Date: Tue, 2 May 2023 14:52:02 +0200 Subject: [PATCH] Use 'config.vbguest.auto_update = false' in Vagrantfile --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 25526b9..03f2f8d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -69,6 +69,8 @@ Vagrant.configure('2') do |config| ] end + config.vbguest.auto_update = false + config.vm.define :v60 do |machine| machine.vm.box = 'ubuntu/focal64' machine.vm.box_version = '=20211026.0.0'