gns3-registry/packer/tinycore-linux/scripts/post_setup.sh

10 lines
190 B
Bash
Raw Normal View History

2015-10-06 12:50:43 +00:00
# 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