Sha256: 9866d669c687f9da939c90c8d6888cd379f6cd48b21310d798d01226a004e402

Contents?: true

Size: 796 Bytes

Versions: 19

Compression:

Stored size: 796 Bytes

Contents

# Installing the virtualbox guest additions
if test -f /home/veewee/.vbox_version
then
# postinstall.sh created from Mitchell's official lucid32/64 baseboxes
date > /etc/vagrant_box_build_time

# Create the user vagrant with password vagrant

useradd -G admin -p $(perl -e'print crypt("vagrant", "vagrant")') -m -s /bin/bash -N vagrant

# Installing vagrant keys
mkdir /home/vagrant/.ssh
chmod 700 /home/vagrant/.ssh
cd /home/vagrant/.ssh
wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/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

# Zero out the free space to save space in the final image:
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY

fi

Version data entries

19 entries across 17 versions & 2 rubygems

Version Path
veewee-atlassian-0.3.11 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.7 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.6 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.5 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.4 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.3 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.2 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.1 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.beta2 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.beta1 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.alpha9 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.alpha8 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.alpha7 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.alpha6 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.alpha5 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.alpha4 templates/ubuntu-10.04.3-server-amd64/vagrant.sh
veewee-0.3.0.alpha4 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.alpha3 templates/ubuntu-10.10-server-amd64/vagrant.sh
veewee-0.3.0.alpha3 templates/ubuntu-10.04.3-server-amd64/vagrant.sh