Skip to content

Commit

Permalink
Remove non-gui options for virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
inetbiz authored May 17, 2017
1 parent e965774 commit bf3b227
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +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 ["setextradata", "global", "GUI/MaxGuestResolution", "any"]
v.customize ["setextradata", :id, "CustomVideoMode1", "1024x768x32"]
v.customize ["modifyvm", :id, "--ioapic", "on"]
v.customize ["modifyvm", :id, "--rtcuseutc", "on"]
v.customize ["modifyvm", :id, "--accelerate3d", "on"]
v.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
v.customize ["modifyvm", :id, "--audio", "none"]
v.customize ["modifyvm", :id, "--draganddrop", "hosttoguest"]

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

0 comments on commit bf3b227

Please sign in to comment.