Sha256: a0419faf3dbbe51644196cfdc09339225c05182a1fe62078885b4bab58b68d4d

Contents?: true

Size: 404 Bytes

Versions: 12

Compression:

Stored size: 404 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=(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

12 entries across 3 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Debian-5.0.8-i386-netboot/base.sh
veewee-0.5.0.alpha4 templates/Debian-5.0.8-amd64-netboot/base.sh
veewee-0.5.0.alpha4 templates/Debian-5.0.10-amd64-netboot/base.sh
veewee-0.5.0.alpha4 templates/Debian-5.0.10-i386-netboot/base.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.8-amd64-netboot/base.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.10-amd64-netboot/base.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.10-i386-netboot/base.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.8-i386-netboot/base.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.10-amd64-netboot/base.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.8-i386-netboot/base.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.8-amd64-netboot/base.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.10-i386-netboot/base.sh