Skip to content

Commit

Permalink
Updates Issue boxcutter#114
Browse files Browse the repository at this point in the history
Adds suggested values.
  • Loading branch information
inetbiz authored May 7, 2017
1 parent dfc5dca commit 46d02f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tpl/vagrantfile-ubuntu1204-desktop.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Vagrant.configure("2") do |config|
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"]
end

["vmware_fusion", "vmware_workstation"].each do |provider|
Expand Down

0 comments on commit 46d02f1

Please sign in to comment.