Skip to content

Commit

Permalink
Merge pull request #1197 from inetbiz/patch-1
Browse files Browse the repository at this point in the history
Add additional properties to virtualbox
  • Loading branch information
LoreleiAurora authored May 17, 2017
2 parents 19c4fbf + bf3b227 commit 2acec1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Vagrant.configure("2") do |config|
v.customize ["modifyvm", :id, "--cpus", vvv_config['vm_config']['cores']]
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
v.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
v.customize ["modifyvm", :id, "--rtcuseutc", "on"]
v.customize ["modifyvm", :id, "--audio", "none"]

# Set the box name in VirtualBox to match the working directory.
vvv_pwd = Dir.pwd
Expand Down

0 comments on commit 2acec1a

Please sign in to comment.