From d438e1ce749693b74df470321d27099bb99b2962 Mon Sep 17 00:00:00 2001 From: guilherme.cantoni Date: Mon, 1 Dec 2014 10:52:44 -0200 Subject: [PATCH] Desabilitação do suporte à USB. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 147cadb..569a468 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -51,7 +51,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Don't boot with headless mode # vb.gui = true # Use VBoxManage to customize the VM. For example to change memory: - vb.customize ["modifyvm", :id, "--memory", params_memoria_vm] + vb.customize ["modifyvm", :id, "--memory", params_memoria_vm, "--usb", "off", "--audio", "none"] end $script_banco_dados = <