mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 02:14:12 +00:00
Disabling creation of Vagrant / Virtualbox log file
This commit is contained in:
parent
88b1f0788e
commit
9bfc565d01
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -14,6 +14,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
config.vm.provider "virtualbox" do |v|
|
||||
v.customize ["modifyvm", :id, "--natdnshostresolver1", "off"]
|
||||
v.customize ["modifyvm", :id, "--natdnsproxy1", "off"]
|
||||
v.customize ["modifyvm", :id, "--uartmode1", "disconnected" ]
|
||||
end
|
||||
|
||||
config.vm.provision "shell",
|
||||
|
|
Loading…
Reference in a new issue