Sha256: dbac326e7f7d5551bb96366445dfa2cef546b169a12aace6771fff95f0e74bae

Contents?: true

Size: 998 Bytes

Versions: 14

Compression:

Stored size: 998 Bytes

Contents

#http://chrisadams.me.uk/2010/05/10/setting-up-a-centos-base-box-for-development-and-testing-with-vagrant/

date > /etc/vagrant_box_build_time

yum -y erase wireless-tools gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts
yum -y clean all

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

# Installing vagrant keys
mkdir /home/vagrant/.ssh
chmod 700 /home/vagrant/.ssh
cd /home/vagrant/.ssh
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
chown -R vagrant /home/vagrant/.ssh

# Installing the virtualbox guest additions
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
cd /tmp
wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
mount -o loop VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
sh /mnt/VBoxLinuxAdditions.run
umount /mnt
rm VBoxGuestAdditions_$VBOX_VERSION.iso

sed -i "s/^.*requiretty/#Defaults requiretty/" /etc/sudoers

dd if=/dev/zero of=/tmp/clean || rm /tmp/clean

exit

Version data entries

14 entries across 7 versions & 3 rubygems

Version Path
HeSYINUvSBZfxqA-veewee-0.203.3 templates/CentOS-6.0-i386-netboot/postinstall.sh
HeSYINUvSBZfxqA-veewee-0.203.3 templates/CentOS-6.0-x86_64-netboot/postinstall.sh
HeSYINUvSBZfxqA-veewee-0.203.2 templates/CentOS-6.0-x86_64-netboot/postinstall.sh
HeSYINUvSBZfxqA-veewee-0.203.2 templates/CentOS-6.0-i386-netboot/postinstall.sh
HeSYINUvSBZfxqA-veewee-0.203.1 templates/CentOS-6.0-i386-netboot/postinstall.sh
HeSYINUvSBZfxqA-veewee-0.203.1 templates/CentOS-6.0-x86_64-netboot/postinstall.sh
veewee-0.2.3 templates/CentOS-6.0-i386-netboot/postinstall.sh
veewee-0.2.3 templates/CentOS-6.0-x86_64-netboot/postinstall.sh
veewee-0.2.2 templates/CentOS-6.0-i386-netboot/postinstall.sh
veewee-0.2.2 templates/CentOS-6.0-x86_64-netboot/postinstall.sh
vbox-0.0.4 templates/CentOS-6.0-x86_64-netboot/postinstall.sh
vbox-0.0.4 templates/CentOS-6.0-i386-netboot/postinstall.sh
veewee-0.2.1 templates/CentOS-6.0-i386-netboot/postinstall.sh
veewee-0.2.1 templates/CentOS-6.0-x86_64-netboot/postinstall.sh