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