Sha256: a75a3d01398c782a1fec6414791f3072ef07e7f917778b5412cf7dfadb0d4661

Contents?: true

Size: 368 Bytes

Versions: 26

Compression:

Stored size: 368 Bytes

Contents

#!/bin/sh

date > /etc/vagrant_box_build_time

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

yum -y install \
  dkms \
  gcc \
  make \
  ruby \
  ruby-devel \
  rubygems \

yum clean all

mount /dev/cdrom1 /mnt
sh /mnt/VBoxLinuxAdditions.run
umount /mnt
restorecon -R /opt/VBoxGuestAdditions-${VBOX_VERSION}

gem install chef puppet --no-rdoc --no-ri

exit

# EOF

Version data entries

26 entries across 26 versions & 2 rubygems

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