Remove temp files from quantal64 rootfs after downloading it

This commit is contained in:
Fabio Rehm 2013-04-04 22:03:02 -03:00
parent 666482304d
commit 77e9a9864a

View file

@ -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/*