Skip to content
Snippets Groups Projects
Unverified Commit 8b5493c0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove downloaded packages after image creation

parent 2d0a8c33
No related branches found
No related tags found
No related merge requests found
......@@ -931,6 +931,9 @@ initialise_mesh
configure_wifi
configure_user_interface
# remove downloaded packages
chroot $rootdir apt-get clean
cd /
echo $"info: killing leftover processes in chroot"
fuser -mvk $rootdir/. || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment