Sha256: 1e4de03ce6cf94ef9b210329f5d17916d4e44846f02e4248372ffe49bcc61336

Contents?: true

Size: 393 Bytes

Versions: 44

Compression:

Stored size: 393 Bytes

Contents

#!/bin/sh

date > /etc/vagrant_box_build_time

# Install VirtualBox extensions.

VBOX_VERSION=$(cat /home/vagrant/.vbox_version)

cd /tmp
wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
mount -o loop,ro VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
sh /mnt/VBoxLinuxAdditions.run
umount /mnt
rm VBoxGuestAdditions_$VBOX_VERSION.iso

exit 0

# EOF

Version data entries

44 entries across 44 versions & 4 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.5.0.alpha3 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.5.0.alpha2 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.5.0.alpha1 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.4.5.1 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.4.5 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.4.5.pre1 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.4.4 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.4.3 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.4.2 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.4.1 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.4.0 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.12 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.11 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.10 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.9 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-atlassian-0.3.11 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.7 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.6 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.5 templates/Fedora-15-i386-netboot/postinstall.sh