From c1feee6d8ae045f89e6725c4e465d160afe65d8b Mon Sep 17 00:00:00 2001 From: Tom J Nowell Date: Thu, 2 Dec 2021 14:14:43 +0000 Subject: [PATCH 1/2] disable parallels guest updating --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 6d75f8afa..2b2b4dba7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -355,7 +355,7 @@ Vagrant.configure('2') do |config| # Configuration options for the Parallels provider. config.vm.provider :parallels do |v| - v.update_guest_tools = true + #v.update_guest_tools = true v.customize ['set', :id, '--longer-battery-life', 'off'] v.memory = vvv_config['vm_config']['memory'] v.cpus = vvv_config['vm_config']['cores'] From bbf9a910e78a00140978c0d7b458e9107cace25e Mon Sep 17 00:00:00 2001 From: Tom J Nowell Date: Thu, 26 May 2022 22:10:31 +0100 Subject: [PATCH 2/2] Update Vagrantfile --- Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 2b2b4dba7..e07cd5747 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -355,7 +355,6 @@ Vagrant.configure('2') do |config| # Configuration options for the Parallels provider. config.vm.provider :parallels do |v| - #v.update_guest_tools = true v.customize ['set', :id, '--longer-battery-life', 'off'] v.memory = vvv_config['vm_config']['memory'] v.cpus = vvv_config['vm_config']['cores']