Sha256: ffad65cb3a2c00f634f0893062c0f5ba6b6de4fc0af32b627058ff3750bab3bd

Contents?: true

Size: 397 Bytes

Versions: 52

Compression:

Stored size: 397 Bytes

Contents

#Updating the box
apt-get -y update
apt-get -y install linux-headers-$(uname -r) build-essential
apt-get -y install zlib1g-dev libssl-dev libreadline5-dev
apt-get clean

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

# Tweak sshd to prevent DNS resolution (speed up logins)
echo 'UseDNS no' >> /etc/ssh/sshd_config

Version data entries

52 entries across 13 versions & 1 rubygems

Version Path
veewee-0.3.11 templates/Debian-5.0.8-i386-netboot/base.sh
veewee-0.3.11 templates/Debian-5.0.10-amd64-netboot/base.sh
veewee-0.3.11 templates/Debian-5.0.10-i386-netboot/base.sh
veewee-0.3.11 templates/Debian-5.0.8-amd64-netboot/base.sh
veewee-0.3.10 templates/Debian-5.0.10-amd64-netboot/base.sh
veewee-0.3.10 templates/Debian-5.0.8-i386-netboot/base.sh
veewee-0.3.10 templates/Debian-5.0.8-amd64-netboot/base.sh
veewee-0.3.10 templates/Debian-5.0.10-i386-netboot/base.sh
veewee-0.3.9 templates/Debian-5.0.8-i386-netboot/base.sh
veewee-0.3.9 templates/Debian-5.0.10-amd64-netboot/base.sh
veewee-0.3.9 templates/Debian-5.0.10-i386-netboot/base.sh
veewee-0.3.9 templates/Debian-5.0.8-amd64-netboot/base.sh