Commit d438e1ce749693b74df470321d27099bb99b2962

Authored by guilherme.cantoni
1 parent fc36effb

Desabilitação do suporte à USB.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -51,7 +51,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| @@ -51,7 +51,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
51 # Don't boot with headless mode 51 # Don't boot with headless mode
52 # vb.gui = true 52 # vb.gui = true
53 # Use VBoxManage to customize the VM. For example to change memory: 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 end 55 end
56 56
57 $script_banco_dados = <<SCRIPT 57 $script_banco_dados = <<SCRIPT