From 77e9a9864a9078938c15fb74d2a304241e88e4a2 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 4 Apr 2013 22:03:02 -0300 Subject: [PATCH] Remove temp files from quantal64 rootfs after downloading it --- boxes/quantal64/download-ubuntu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boxes/quantal64/download-ubuntu b/boxes/quantal64/download-ubuntu index 2971874..5dde2c0 100755 --- a/boxes/quantal64/download-ubuntu +++ b/boxes/quantal64/download-ubuntu @@ -117,3 +117,5 @@ curl -L https://www.opscode.com/chef/install.sh -k | sudo bash EOF chmod +x $rootfs/tmp/install-chef.sh chroot $rootfs /tmp/install-chef.sh + +rm -rf $rootfs/tmp/*