From 27b9f6d22226d645fb602c5dd4a3b5ddbf1758e2 Mon Sep 17 00:00:00 2001 From: Guilherme Cantoni Date: Tue, 24 Mar 2015 14:01:25 -0300 Subject: [PATCH] Atualização do box do Vagrant com os drives do VirtualBoxGuestAdditions --- Vagrantfile | 19 ++++++------------- jod/Dockerfile | 15 ++++----------- jod/run.sh | 1 - 3 files changed, 10 insertions(+), 25 deletions(-) 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: <