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