Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixes #1880: Disable audio driver in VirtualBox VM.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 28, 2018
1 parent 02e986f commit 008d426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Vagrant.configure('2') do |config|
v.cpus = vconfig['vagrant_cpus']
v.customize ['modifyvm', :id, '--natdnshostresolver1', 'on']
v.customize ['modifyvm', :id, '--ioapic', 'on']
v.customize ["modifyvm", :id, '--audio', 'none']
v.gui = vconfig['vagrant_gui']
end

Expand Down

0 comments on commit 008d426

Please sign in to comment.