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

Commit 008d426

Browse files
committed
Fixes #1880: Disable audio driver in VirtualBox VM.
1 parent 02e986f commit 008d426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Vagrant.configure('2') do |config|
135135
v.cpus = vconfig['vagrant_cpus']
136136
v.customize ['modifyvm', :id, '--natdnshostresolver1', 'on']
137137
v.customize ['modifyvm', :id, '--ioapic', 'on']
138+
v.customize ["modifyvm", :id, '--audio', 'none']
138139
v.gui = vconfig['vagrant_gui']
139140
end
140141

0 commit comments

Comments
 (0)