templates/archlinux-i386-netboot/postinstall2.sh in veewee-0.3.0.alpha4 vs templates/archlinux-i386-netboot/postinstall2.sh in veewee-0.3.0.alpha5
- old
+ new
@@ -20,9 +20,11 @@
y
y
EOF
# zero out the fs
-dd if=/dev/zero of=/tmp/clean || rm /tmp/clean
+dd if=/dev/zero of=/clean bs=4M|| rm /clean
+dd if=/dev/zero of=/tmp/clean bs=4M|| rm /tmp/clean
+dd if=/dev/zero of=/boot/clean bs=4M|| rm /boot/clean
# and the final reboot!
#reboot