Thomas Vachuska | c419f0e | 2018-02-07 14:24:46 -0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | # ----------------------------------------------------------------------------- | ||||
3 | # Prepars the ONOS Tutorial VM for export; run from the VM. | ||||
4 | # ----------------------------------------------------------------------------- | ||||
5 | sudo chattr +i ~/.config/xfce4/desktop/icons* | ||||
6 | destroyCluster | ||||
7 | sudo mn -c | ||||
8 | sudo dd if=/dev/zero of=zerofillfile bs=1M | ||||
9 | rm -f zerofillfile /tmp/* | ||||
10 | sudo shutdown now |