Created
September 26, 2018 12:54
-
-
Save michaelgugino/782d53934027f588f91403ee58306c3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| rm -f /var/lib/libvirt/images/*.ign | |
| rm -f /var/lib/libvirt/images/coreos_base | |
| rm -f /var/lib/libvirt/images/master0 | |
| rm -f /var/lib/libvirt/images/bootstrap | |
| virsh undefine bootstrap | |
| virsh undefine master0 | |
| virsh net-destroy tectonic | |
| virsh net-undefine tectonic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment