Sha256: 7cc926bfe13e0f7a0a5eee433df04cbc9efa44ca471e69bb8b7a2ce7ea7dc700

Contents?: true

Size: 591 Bytes

Versions: 79

Compression:

Stored size: 591 Bytes

Contents

# Without libdbus virtualbox would not start automatically after compile
apt-get -y install --no-install-recommends libdbus-1-3

# Remove existing VirtualBox guest additions
/etc/init.d/virtualbox-ose-guest-utils stop
rmmod vboxguest
aptitude -y purge virtualbox-ose-guest-x11 virtualbox-ose-guest-dkms virtualbox-ose-guest-utils
aptitude -y install dkms

# Install the VirtualBox guest additions
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
VBOX_ISO=VBoxGuestAdditions_$VBOX_VERSION.iso
mount -o loop $VBOX_ISO /mnt
yes|sh /mnt/VBoxLinuxAdditions.run
umount /mnt

# Cleanup
rm $VBOX_ISO

Version data entries

79 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-13.10-server-amd64/vbox.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.04.4-server-i386/vbox.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.04.3-server-i386/vbox.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.04.3-desktop-i386/vbox.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.04.4-server-amd64/vbox.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.4-server-i386/vbox.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.3-server-i386/vbox.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.4-server-amd64/vbox.sh
veewee-0.5.0.alpha3 templates/ubuntu-13.10-server-amd64/vbox.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.3-desktop-i386/vbox.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.4-server-amd64/vbox.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.4-server-i386/vbox.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.3-desktop-i386/vbox.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.3-server-i386/vbox.sh
veewee-0.5.0.alpha2 templates/ubuntu-13.10-server-amd64/vbox.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.4-server-amd64/vbox.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.3-desktop-i386/vbox.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.3-server-i386/vbox.sh
veewee-0.5.0.alpha1 templates/ubuntu-13.10-server-amd64/vbox.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.4-server-i386/vbox.sh