Don't need packages
This commit is contained in:
parent
5b88b980a0
commit
e0b4c9d5a3
|
@ -1025,7 +1025,6 @@ function image_setup_utils {
|
||||||
chroot "$rootdir" apt-get -yq dist-upgrade
|
chroot "$rootdir" apt-get -yq dist-upgrade
|
||||||
chroot "$rootdir" apt-get -yq install ca-certificates
|
chroot "$rootdir" apt-get -yq install ca-certificates
|
||||||
chroot "$rootdir" apt-get -yq install apt-utils
|
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
|
chroot "$rootdir" apt-get -yq install nfs-kernel-server
|
||||||
|
|
||||||
if [[ $ARCHITECTURE == 'amd64' ]]; then
|
if [[ $ARCHITECTURE == 'amd64' ]]; then
|
||||||
|
|
Loading…
Reference in New Issue