Sha256: f77cc4ae6dfca6e28e8886a36fbd194a45a2050046b997eaaa9a7f6a8bb0ed62

Contents?: true

Size: 574 Bytes

Versions: 64

Compression:

Stored size: 574 Bytes

Contents

#Installing the virtualbox guest additions
FILE_VBOX_VERSION=/home/vagrant/.vbox_version

if test -f $FILE_VBOX_VERSION
then
  VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
  if test -f VBoxGuestAdditions_$VBOX_VERSION.iso
  then
    cp VBoxGuestAdditions_$VBOX_VERSION.iso /tmp
    cd /tmp
  else
    cd /tmp
    wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
  fi
  mount -o loop VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
  yes|sh /mnt/VBoxLinuxAdditions.run
  umount /mnt

  rm VBoxGuestAdditions_$VBOX_VERSION.iso
fi

Version data entries

64 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Debian-5.0.10-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha4 templates/Debian-5.0.8-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha4 templates/Debian-5.0.10-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha4 templates/Debian-5.0.8-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.8-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.10-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.8-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.10-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.8-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.10-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.8-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.10-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-5.0.10-i386-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-5.0.8-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-5.0.10-amd64-netboot/virtualbox.sh
veewee-0.5.0.alpha1 templates/Debian-5.0.8-i386-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-5.0.10-i386-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-5.0.8-amd64-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-5.0.8-i386-netboot/virtualbox.sh
veewee-0.4.5.1 templates/Debian-5.0.10-amd64-netboot/virtualbox.sh