blob: fb944a78ccda60eea5aee5eccec6c4ff7bb2b6a6 [file] [log] [blame]
#!/bin/bash
# -----------------------------------------------------------------------------
# Prepars the ONOS Tutorial VM for export; run from the VM.
# -----------------------------------------------------------------------------
sudo chattr +i ~/.config/xfce4/desktop/icons*
destroyCluster
sudo mn -c
sudo dd if=/dev/zero of=zerofillfile bs=1M
rm -f zerofillfile /tmp/*
sudo shutdown now