Sha256: 389348eeb0d9dad5a893a39494e2a15a6c71c9b3dd88b4ae760f8e050f907719

Contents?: true

Size: 565 Bytes

Versions: 62

Compression:

Stored size: 565 Bytes

Contents

# Clean up
apt-get -y remove linux-headers-$(uname -r) build-essential
apt-get -y autoremove

# Removing leftover leases and persistent rules
echo "cleaning up dhcp leases"
rm /var/lib/dhcp3/*

# Make sure Udev doesn't block our network
echo "cleaning up udev rules"
rm /etc/udev/rules.d/70-persistent-net.rules
mkdir /etc/udev/rules.d/70-persistent-net.rules
rm -rf /dev/.udev/
rm /lib/udev/rules.d/75-persistent-net-generator.rules

echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
echo "pre-up sleep 2" >> /etc/network/interfaces
exit

Version data entries

62 entries across 31 versions & 2 rubygems

Version Path
veewee-0.4.1 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.4.1 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.4.0 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.4.0 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.3.12 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.3.12 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.3.11 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.3.11 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.3.10 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.3.10 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.3.9 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.3.9 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-atlassian-0.3.11 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-atlassian-0.3.11 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.3.7 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.3.7 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.3.6 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.3.6 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.3.5 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.3.5 templates/Debian-6.0.3-amd64-netboot/cleanup.sh