@@ -212,13 +212,14 CHROOT_SCRIPTS=${CHROOT_SCRIPTS:=""} | |||
|
212 | 212 | |
|
213 | 213 | # Packages required in the chroot build environment |
|
214 | 214 | APT_INCLUDES=${APT_INCLUDES:=""} |
|
215 | # apt-transport-https has been removed from repositories | |
|
215 | APT_INCLUDES="${APT_INCLUDES},apt-transport-https,apt-utils,ca-certificates,debian-archive-keyring,dialog,sudo,systemd,sysvinit-utils" | |
|
216 | ||
|
217 | # Package apt-transport-https has been removed from Debian Buster release | |
|
216 | 218 | # this induces qemu error 383 which does not prevent building an image |
|
217 | 219 | if [ "$RELEASE" = "buster" ] ; then |
|
218 | APT_INCLUDES="${APT_INCLUDES},apt-utils,ca-certificates,debian-archive-keyring,dialog,sudo,systemd,sysvinit-utils" | |
|
219 | else | |
|
220 | APT_INCLUDES="${APT_INCLUDES},apt-transport-https,apt-utils,ca-certificates,debian-archive-keyring,dialog,sudo,systemd,sysvinit-utils" | |
|
220 | APT_INCLUDES="$(echo ${APT_INCLUDES} | sed "s/apt-transport-https,//")" | |
|
221 | 221 | fi |
|
222 | ||
|
222 | 223 | # Packages required for bootstrapping |
|
223 | 224 | REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git bc psmisc dbus sudo" |
|
224 | 225 | MISSING_PACKAGES="" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant