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.5.0.alpha4 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.5.0.alpha1 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.4.5.1 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.4.5.1 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.4.5 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.4.5 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.4.5.pre1 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.4.5.pre1 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.4.4 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.4.4 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.4.3 templates/Debian-6.0.3-i386-netboot/cleanup.sh
veewee-0.4.3 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.4.2 templates/Debian-6.0.3-amd64-netboot/cleanup.sh
veewee-0.4.2 templates/Debian-6.0.3-i386-netboot/cleanup.sh