Sha256: 9df733e5dbbf6b20035e778cf11a185dc1a22e869d3e9397ec6206f1c5136232

Contents?: true

Size: 618 Bytes

Versions: 14

Compression:

Stored size: 618 Bytes

Contents

# Set up Vagrant.

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

# Install vagrant keys
mkdir -pm 700 /home/vagrant/.ssh
curl -Lo /home/vagrant/.ssh/authorized_keys \
  'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub'
chmod 0600 /home/vagrant/.ssh/authorized_keys
chown -R vagrant:vagrant /home/vagrant/.ssh

# Customize the message of the day
echo 'Welcome to your Vagrant-built virtual machine.' > /var/run/motd

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


Version data entries

14 entries across 6 versions & 1 rubygems

Version Path
veewee-0.3.0.beta1 templates/Debian-6.0.5-i386-netboot/vagrant.sh
veewee-0.3.0.beta1 templates/Debian-6.0.5-amd64-netboot/vagrant.sh
veewee-0.3.0.beta1 templates/Debian-6.0.4-i386-netboot/vagrant.sh
veewee-0.3.0.beta1 templates/Debian-6.0.4-amd64-netboot/vagrant.sh
veewee-0.3.0.alpha9 templates/Debian-6.0.4-amd64-netboot/vagrant.sh
veewee-0.3.0.alpha9 templates/Debian-6.0.4-i386-netboot/vagrant.sh
veewee-0.3.0.alpha8 templates/Debian-6.0.4-i386-netboot/vagrant.sh
veewee-0.3.0.alpha8 templates/Debian-6.0.4-amd64-netboot/vagrant.sh
veewee-0.3.0.alpha7 templates/Debian-6.0.4-i386-netboot/vagrant.sh
veewee-0.3.0.alpha7 templates/Debian-6.0.4-amd64-netboot/vagrant.sh
veewee-0.3.0.alpha6 templates/Debian-6.0.4-i386-netboot/vagrant.sh
veewee-0.3.0.alpha6 templates/Debian-6.0.4-amd64-netboot/vagrant.sh
veewee-0.3.0.alpha5 templates/Debian-6.0.4-amd64-netboot/vagrant.sh
veewee-0.3.0.alpha5 templates/Debian-6.0.4-i386-netboot/vagrant.sh