mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-28 16:48:53 +00:00
10 lines
190 B
Bash
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
|