Don't need packages

This commit is contained in:
Bob Mottram 2017-05-30 14:15:00 +01:00
parent 5b88b980a0
commit e0b4c9d5a3
1 changed files with 0 additions and 1 deletions

View File

@ -1025,7 +1025,6 @@ function image_setup_utils {
chroot "$rootdir" apt-get -yq dist-upgrade
chroot "$rootdir" apt-get -yq install ca-certificates
chroot "$rootdir" apt-get -yq install apt-utils
chroot "$rootdir" apt-get -yq install awk libdebconfclient0 libbz2-1.0
chroot "$rootdir" apt-get -yq install nfs-kernel-server
if [[ $ARCHITECTURE == 'amd64' ]]; then