Sha256: 9fec69fe325604b93ed11b1afd00aa6f2e193821d770689d706a93a7c7ab68f6

Contents?: true

Size: 531 Bytes

Versions: 52

Compression:

Stored size: 531 Bytes

Contents

# Set up Vagrant.

date > /etc/vagrant_box_build_time

#Setting up sudo
cp /etc/sudoers /etc/sudoers.orig
sed -i -e 's/vagrant ALL=(ALL) ALL/vagrant ALL=NOPASSWD:ALL/g' /etc/sudoers

#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
chmod 600 /home/vagrant/.ssh/authorized_keys
chown -R vagrant /home/vagrant/.ssh

# Install NFS client
apt-get -y install nfs-common

Version data entries

52 entries across 13 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha1 templates/Debian-5.0.8-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha1 templates/Debian-5.0.10-i386-netboot/vagrant.sh
veewee-0.5.0.alpha1 templates/Debian-5.0.10-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha1 templates/Debian-5.0.8-i386-netboot/vagrant.sh
veewee-0.4.5.1 templates/Debian-5.0.8-amd64-netboot/vagrant.sh
veewee-0.4.5.1 templates/Debian-5.0.10-i386-netboot/vagrant.sh
veewee-0.4.5.1 templates/Debian-5.0.8-i386-netboot/vagrant.sh
veewee-0.4.5.1 templates/Debian-5.0.10-amd64-netboot/vagrant.sh
veewee-0.4.5 templates/Debian-5.0.10-i386-netboot/vagrant.sh
veewee-0.4.5 templates/Debian-5.0.8-i386-netboot/vagrant.sh
veewee-0.4.5 templates/Debian-5.0.10-amd64-netboot/vagrant.sh
veewee-0.4.5 templates/Debian-5.0.8-amd64-netboot/vagrant.sh
veewee-0.4.5.pre1 templates/Debian-5.0.10-i386-netboot/vagrant.sh
veewee-0.4.5.pre1 templates/Debian-5.0.8-amd64-netboot/vagrant.sh
veewee-0.4.5.pre1 templates/Debian-5.0.8-i386-netboot/vagrant.sh
veewee-0.4.5.pre1 templates/Debian-5.0.10-amd64-netboot/vagrant.sh
veewee-0.4.4 templates/Debian-5.0.8-amd64-netboot/vagrant.sh
veewee-0.4.4 templates/Debian-5.0.10-amd64-netboot/vagrant.sh
veewee-0.4.4 templates/Debian-5.0.10-i386-netboot/vagrant.sh
veewee-0.4.4 templates/Debian-5.0.8-i386-netboot/vagrant.sh