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