From 166dc34736838c380f4cb9106969d33947e5d875 Mon Sep 17 00:00:00 2001 From: Kwadronaut Date: Mon, 13 May 2013 13:05:28 +0200 Subject: =?UTF-8?q?download=20guest=20utils=20from=20virtualbox,=20rm=20de?= =?UTF-8?q?bians=20packages,=20they=C5=95e=20too=20old=20for=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wheezy/base.sh | 3 ++- wheezy/virtualbox.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wheezy/base.sh b/wheezy/base.sh index c014460..0e4686c 100644 --- a/wheezy/base.sh +++ b/wheezy/base.sh @@ -8,7 +8,8 @@ apt-get -y update apt-get -y install linux-headers-amd64 build-essential apt-get -y install zlib1g-dev libssl-dev libreadline6-dev apt-get -y install curl unzip -apt-get -y install virtualbox-guest-utils +# Debians virtualbox guest utilities are too old +#apt-get -y install virtualbox-guest-utils apt-get -y install puppet ruby-hiera-puppet rsync lsb-release DEBIAN_FRONTEND=noninteractive apt-get -y install console-data apt-get -y dist-upgrade diff --git a/wheezy/virtualbox.sh b/wheezy/virtualbox.sh index e4afe25..5a91aa6 100644 --- a/wheezy/virtualbox.sh +++ b/wheezy/virtualbox.sh @@ -6,6 +6,8 @@ if test -f .vbox_version ; then # Install the VirtualBox guest additions VBOX_VERSION=$(cat /home/vagrant/.vbox_version) + cd /tmp + wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso VBOX_ISO=VBoxGuestAdditions_$VBOX_VERSION.iso mount -o loop $VBOX_ISO /mnt yes|sh /mnt/VBoxLinuxAdditions.run -- cgit v1.2.3