Remove temp files from quantal64 rootfs after downloading it
This commit is contained in:
parent
666482304d
commit
77e9a9864a
1 changed files with 2 additions and 0 deletions
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue