Sha256: 95fba112b5409199a5abfee4db4203f138607ef931fa045f80a293f0720ad7ab

Contents?: true

Size: 418 Bytes

Versions: 20

Compression:

Stored size: 418 Bytes

Contents

# Update 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 -y install curl unzip
apt-get clean

# Set up sudo
cp /etc/sudoers /etc/sudoers.orig
sed -i -e 's/%sudo ALL=(ALL) ALL/%sudo 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

20 entries across 5 versions & 1 rubygems

Version Path
veewee-0.3.0.alpha9 templates/Debian-6.0.4-i386-netboot/base.sh
veewee-0.3.0.alpha9 templates/Debian-6.0.4-amd64-netboot/base.sh
veewee-0.3.0.alpha9 templates/Debian-6.0.3-i386-netboot/base.sh
veewee-0.3.0.alpha9 templates/Debian-6.0.3-amd64-netboot/base.sh
veewee-0.3.0.alpha8 templates/Debian-6.0.3-i386-netboot/base.sh
veewee-0.3.0.alpha8 templates/Debian-6.0.4-i386-netboot/base.sh
veewee-0.3.0.alpha8 templates/Debian-6.0.3-amd64-netboot/base.sh
veewee-0.3.0.alpha8 templates/Debian-6.0.4-amd64-netboot/base.sh
veewee-0.3.0.alpha7 templates/Debian-6.0.4-amd64-netboot/base.sh
veewee-0.3.0.alpha7 templates/Debian-6.0.3-amd64-netboot/base.sh
veewee-0.3.0.alpha7 templates/Debian-6.0.3-i386-netboot/base.sh
veewee-0.3.0.alpha7 templates/Debian-6.0.4-i386-netboot/base.sh
veewee-0.3.0.alpha6 templates/Debian-6.0.3-amd64-netboot/base.sh
veewee-0.3.0.alpha6 templates/Debian-6.0.4-i386-netboot/base.sh
veewee-0.3.0.alpha6 templates/Debian-6.0.4-amd64-netboot/base.sh
veewee-0.3.0.alpha6 templates/Debian-6.0.3-i386-netboot/base.sh
veewee-0.3.0.alpha5 templates/Debian-6.0.3-i386-netboot/base.sh
veewee-0.3.0.alpha5 templates/Debian-6.0.4-i386-netboot/base.sh
veewee-0.3.0.alpha5 templates/Debian-6.0.4-amd64-netboot/base.sh
veewee-0.3.0.alpha5 templates/Debian-6.0.3-amd64-netboot/base.sh