Sha256: 22cd0ea4a864bb002b12c75eddfe2b8603466ab67eafd104b99feb77d9d15d01

Contents?: true

Size: 648 Bytes

Versions: 62

Compression:

Stored size: 648 Bytes

Contents

if test -f /home/veewee/.vbox_version
then
  # 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

  # Install the VirtualBox guest additions
  VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
  curl -Lo /tmp/VBoxGuestAdditions_$VBOX_VERSION.iso \
    "http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso"
  mount -o loop /tmp/VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
  yes|sh /mnt/VBoxLinuxAdditions.run
  umount /mnt
fi

Version data entries

62 entries across 31 versions & 2 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Debian-6.0.3-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.3-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.3-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.3-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-6.0.3-i386-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.4.5 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.4.5 templates/Debian-6.0.3-i386-netboot/virtualbox.sh
veewee-0.4.5.pre1 templates/Debian-6.0.3-i386-netboot/virtualbox.sh
veewee-0.4.5.pre1 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.4.4 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.4.4 templates/Debian-6.0.3-i386-netboot/virtualbox.sh
veewee-0.4.3 templates/Debian-6.0.3-i386-netboot/virtualbox.sh
veewee-0.4.3 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.4.2 templates/Debian-6.0.3-amd64-netboot/virtualbox.sh
veewee-0.4.2 templates/Debian-6.0.3-i386-netboot/virtualbox.sh