Sha256: 960208c1db9f1c525019a0df651d4b1ff99cddb8cbef47954a97390cab812b9f

Contents?: true

Size: 372 Bytes

Versions: 79

Compression:

Stored size: 372 Bytes

Contents

apt-get -y autoremove

dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY

echo "cleaning up dhcp leases"
rm /var/lib/dhcp/*

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 "pre-up sleep 2" >> /etc/network/interfaces
exit

Version data entries

79 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-13.10-server-amd64/cleanup.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.04.4-server-i386/cleanup.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.04.3-server-i386/cleanup.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.04.3-desktop-i386/cleanup.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.04.4-server-amd64/cleanup.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.4-server-i386/cleanup.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.3-server-i386/cleanup.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.4-server-amd64/cleanup.sh
veewee-0.5.0.alpha3 templates/ubuntu-13.10-server-amd64/cleanup.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.3-desktop-i386/cleanup.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.4-server-amd64/cleanup.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.4-server-i386/cleanup.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.3-desktop-i386/cleanup.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.3-server-i386/cleanup.sh
veewee-0.5.0.alpha2 templates/ubuntu-13.10-server-amd64/cleanup.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.4-server-amd64/cleanup.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.3-desktop-i386/cleanup.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.3-server-i386/cleanup.sh
veewee-0.5.0.alpha1 templates/ubuntu-13.10-server-amd64/cleanup.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.4-server-i386/cleanup.sh