Skip to content

Commit 3994b32

Browse files
committed
ref(Vagrantfile): remove redundant virtio NIC section
The paravirtualized "virtio" adapter is the default when creating a CoreOS 522.5.0 vagrant / VirtualBox instance, so this stanza is no longer needed.
1 parent 204afde commit 3994b32

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Vagrantfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ Vagrant.configure("2") do |config|
4242
config.vm.box_version = ">= 522.5.0"
4343
config.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json" % $update_channel
4444

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-
5145
config.vm.provider :vmware_fusion do |vb, override|
5246
override.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant_vmware_fusion.json" % $update_channel
5347
end

0 commit comments

Comments
 (0)