Set all VMs to not auto-update the tools.

The current version of the plugin is behaving weirdly.

(cherry picked from commit 2e74c462df)
This commit is contained in:
Robin Dunn
2018-06-26 17:12:32 -07:00
parent 0fcd41dc76
commit f36c201769
8 changed files with 32 additions and 0 deletions

View File

@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
# set auto_update to false, if you do NOT want to check the correct
# additions version when booting this machine
config.vbguest.auto_update = false
end

View File

@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
# set auto_update to false, if you do NOT want to check the correct
# additions version when booting this machine
config.vbguest.auto_update = false
end

View File

@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
# set auto_update to false, if you do NOT want to check the correct
# additions version when booting this machine
config.vbguest.auto_update = false
end

View File

@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
# set auto_update to false, if you do NOT want to check the correct
# additions version when booting this machine
config.vbguest.auto_update = false
end

View File

@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
# set auto_update to false, if you do NOT want to check the correct
# additions version when booting this machine
config.vbguest.auto_update = false
end

View File

@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
# set auto_update to false, if you do NOT want to check the correct
# additions version when booting this machine
config.vbguest.auto_update = false
end

View File

@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
# set auto_update to false, if you do NOT want to check the correct
# additions version when booting this machine
config.vbguest.auto_update = false
end

View File

@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
# set auto_update to false, if you do NOT want to check the correct
# additions version when booting this machine
config.vbguest.auto_update = false
end