commit | 0e9282ba8b6cca750f4c33e80435d06a86992b81 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu May 19 09:36:36 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu May 19 09:36:36 2016 -0700 |
tree | 5f53b324d75003402e84c33464c476e8eb65458a | |
parent | c89ba82b37095e21545ccd604c3fa2b203c2d0a4 [diff] |
add cleanup target
diff --git a/xos/tools/imagebuilder/Makefile b/xos/tools/imagebuilder/Makefile index f9258d3..837e59a 100644 --- a/xos/tools/imagebuilder/Makefile +++ b/xos/tools/imagebuilder/Makefile
@@ -1,2 +1,5 @@ vsg_image: ansible-playbook -i inventory -c local vsg_image.yaml + +cleanup: + rm -f /image/vsg.qcow2
diff --git a/xos/tools/imagebuilder/resolv.conf b/xos/tools/imagebuilder/files/resolv.conf similarity index 100% rename from xos/tools/imagebuilder/resolv.conf rename to xos/tools/imagebuilder/files/resolv.conf