OpenSwitch is working, we just need the gns3a file

Ref #24
This commit is contained in:
Julien Duponchelle
2015-10-15 22:16:38 +02:00
parent 41fb845c73
commit a6daec2a45
6 changed files with 121 additions and 6 deletions

View File

@ -1,9 +1,17 @@
# post-installation script
set -x
# base system modifications
sudo sed -i -e '/^\/opt\/bootlocal/ i' /opt/bootsync.sh
echo -e "\nusername 'gns3', password 'gns3'\nRun filetool.sh -b if you want to save your changes" >> /etc/issue
echo 'etc/issue' >> /opt/.filetool.lst
echo 'etc/shadow' >> /opt/.filetool.lst
# 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
exit 0