Skip to content

Commit

Permalink
Made vagrant box build faster by switching to a better network adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouaYing committed Jun 28, 2016
1 parent 65531b5 commit 28bc927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.synced_folder "~/.identity", "/home/vagrant/.identity", create: true
config.vm.synced_folder "~/.gnupg", "/home/vagrant/.gnupg", create: true
config.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
vb.customize ["modifyvm", :id, "--nictype1", "Am79C973"]
end
config.vm.provision "shell", path: "https://s3-us-west-1.amazonaws.com/raptr-us-west-1/bootstrap"

Expand Down

0 comments on commit 28bc927

Please sign in to comment.