Sha256: f24300be61f6a8102621f8cf81b9ea0104dae925c7448ba703f9ca2832bc55a6

Contents?: true

Size: 576 Bytes

Versions: 143

Compression:

Stored size: 576 Bytes

Contents

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

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

# 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

Version data entries

143 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Debian-6.0.6-i386-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.7-i386-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-7.7.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-7.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-7.3.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.8-i386-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-7.5.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-7.6.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-7.2.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-7.1.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha4 templates/Debian-7.4.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-7.1.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-7.3.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-7.2.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.8-i386-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-7.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-7.4.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.6-i386-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-7.7.0-amd64-netboot/cleanup.sh
veewee-0.5.0.alpha3 templates/Debian-7.5.0-amd64-netboot/cleanup.sh