Skip to content

Instantly share code, notes, and snippets.

@michaelgugino
Created September 26, 2018 12:54
Show Gist options
  • Select an option

  • Save michaelgugino/782d53934027f588f91403ee58306c3c to your computer and use it in GitHub Desktop.

Select an option

Save michaelgugino/782d53934027f588f91403ee58306c3c to your computer and use it in GitHub Desktop.
#!/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