Commit d438e1ce749693b74df470321d27099bb99b2962

Authored by guilherme.cantoni
1 parent fc36effb
Exists in master

Desabilitação do suporte à USB.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Vagrantfile
... ... @@ -51,7 +51,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
51 51 # Don't boot with headless mode
52 52 # vb.gui = true
53 53 # Use VBoxManage to customize the VM. For example to change memory:
54   - vb.customize ["modifyvm", :id, "--memory", params_memoria_vm]
  54 + vb.customize ["modifyvm", :id, "--memory", params_memoria_vm, "--usb", "off", "--audio", "none"]
55 55 end
56 56  
57 57 $script_banco_dados = <<SCRIPT
... ...