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.3.4 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.3 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.2 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.1 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.0.beta2 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.0.beta1 templates/Fedora-15-i386-netboot/postinstall.sh
HeSYINUvSBZfxqA-veewee-0.203.3 templates/Fedora-15-i386-netboot/postinstall.sh
HeSYINUvSBZfxqA-veewee-0.203.2 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.0.alpha9 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.0.alpha8 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.0.alpha7 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.0.alpha6 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.0.alpha5 templates/Fedora-15-i386-netboot/postinstall.sh
HeSYINUvSBZfxqA-veewee-0.203.1 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.2.3 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.2.2 templates/Fedora-15-i386-netboot/postinstall.sh
vbox-0.0.4 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.2.1 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.0.alpha4 templates/Fedora-15-i386-netboot/postinstall.sh
veewee-0.3.0.alpha3 templates/Fedora-15-i386-netboot/postinstall.sh