Remove downloaded packages after image creation
This commit is contained in:
parent
2d0a8c33bb
commit
8b5493c04e
|
@ -931,6 +931,9 @@ initialise_mesh
|
||||||
configure_wifi
|
configure_wifi
|
||||||
configure_user_interface
|
configure_user_interface
|
||||||
|
|
||||||
|
# remove downloaded packages
|
||||||
|
chroot $rootdir apt-get clean
|
||||||
|
|
||||||
cd /
|
cd /
|
||||||
echo $"info: killing leftover processes in chroot"
|
echo $"info: killing leftover processes in chroot"
|
||||||
fuser -mvk $rootdir/. || true
|
fuser -mvk $rootdir/. || true
|
||||||
|
|
Loading…
Reference in New Issue