@@ -212,13 +212,14 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 |
|
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 | # this induces qemu error 383 which does not prevent building an image |
|
218 | # this induces qemu error 383 which does not prevent building an image | |
217 | if [ "$RELEASE" = "buster" ] ; then |
|
219 | if [ "$RELEASE" = "buster" ] ; then | |
218 | APT_INCLUDES="${APT_INCLUDES},apt-utils,ca-certificates,debian-archive-keyring,dialog,sudo,systemd,sysvinit-utils" |
|
220 | APT_INCLUDES="$(echo ${APT_INCLUDES} | sed "s/apt-transport-https,//")" | |
219 | else |
|
|||
220 | APT_INCLUDES="${APT_INCLUDES},apt-transport-https,apt-utils,ca-certificates,debian-archive-keyring,dialog,sudo,systemd,sysvinit-utils" |
|
|||
221 | fi |
|
221 | fi | |
|
222 | ||||
222 | # Packages required for bootstrapping |
|
223 | # Packages required for bootstrapping | |
223 | REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git bc psmisc dbus sudo" |
|
224 | REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git bc psmisc dbus sudo" | |
224 | MISSING_PACKAGES="" |
|
225 | MISSING_PACKAGES="" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant