We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 204afde + 3994b32 commit 23f77a8Copy full SHA for 23f77a8
1 file changed
Vagrantfile
@@ -42,12 +42,6 @@ Vagrant.configure("2") do |config|
42
config.vm.box_version = ">= 522.5.0"
43
config.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json" % $update_channel
44
45
- config.vm.provider :virtualbox do |vb, override|
46
- # Use paravirtualized network adapters
47
- vb.customize ["modifyvm", :id, "--nictype1", "virtio"]
48
- vb.customize ["modifyvm", :id, "--nictype2", "virtio"]
49
- end
50
-
51
config.vm.provider :vmware_fusion do |vb, override|
52
override.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant_vmware_fusion.json" % $update_channel
53
end
0 commit comments