Sha256: 1bb1556881500426fc84844441fb6e08e76b049826f66fc7fdae3288b4d3d579

Contents?: true

Size: 765 Bytes

Versions: 62

Compression:

Stored size: 765 Bytes

Contents

# Installing the virtualbox guest additions
if test -f /home/veewee/.vbox_version
then
  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 -p /home/vagrant/.ssh
  chmod 700 /home/vagrant/.ssh
  cd /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

fi

Version data entries

62 entries across 31 versions & 2 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Debian-6.0.3-i386-netboot/vagrant.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.3-i386-netboot/vagrant.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.3-i386-netboot/vagrant.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.3-i386-netboot/vagrant.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.4.5.1 templates/Debian-6.0.3-i386-netboot/vagrant.sh
veewee-0.4.5.1 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.4.5 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.4.5 templates/Debian-6.0.3-i386-netboot/vagrant.sh
veewee-0.4.5.pre1 templates/Debian-6.0.3-i386-netboot/vagrant.sh
veewee-0.4.5.pre1 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.4.4 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.4.4 templates/Debian-6.0.3-i386-netboot/vagrant.sh
veewee-0.4.3 templates/Debian-6.0.3-i386-netboot/vagrant.sh
veewee-0.4.3 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.4.2 templates/Debian-6.0.3-amd64-netboot/vagrant.sh
veewee-0.4.2 templates/Debian-6.0.3-i386-netboot/vagrant.sh