Sha256: 68fe65db6cac793afb7a978880245e685fd775dd3387b3b447f788ffaa18d93e

Contents?: true

Size: 660 Bytes

Versions: 52

Compression:

Stored size: 660 Bytes

Contents

if test -f .vbox_version ; then

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

  # The netboot installs the VirtualBox support (old) so we have to remove it
  /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
fi

Version data entries

52 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Debian-6.0.9-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.7-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.9-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.8-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.9-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.8-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.9-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.7-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.9-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.7-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.9-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.8-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.8-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.9-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.7-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.9-i386-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-6.0.9-amd64-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-6.0.7-amd64-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-6.0.9-i386-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-6.0.8-amd64-netboot/virtualbox.sh