diff --git a/Vagrantfile b/Vagrantfile index 4f62fba..6b04c0a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,7 +25,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # config.vm.box = "guilhermeadc/centos65" # config.vm.box_download_checksum = "76a2a61de2d89f6cfd4d795e57cc4406" # config.vm.box_download_checksum_type = "md5" - config.vm.box = "hashicorp/precise64" + config.vm.box = "processoeletronico/centos-6.6" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs @@ -55,13 +55,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| vb.customize ["modifyvm", :id, "--memory", params_memoria_vm, "--usb", "off", "--audio", "none"] end - # Correção da bug do VirtualBox relacionado ao Guest Additions - config.vm.provision "shell", run: "always", inline: <