gns3-registry/packer/tinycore-linux/scripts/post_setup.sh
2015-10-06 14:50:43 +02:00

10 lines
190 B
Bash

# post-installation script
set -x
# save changes
rm -f .ash_history
filetool.sh -b sda1
# write 0, not really necessary
#sudo dd if=/dev/zero of=/mnt/sda1/zero ; sudo rm -f /mnt/sda1/zero