From: Anthony PERARD Date: Wed, 7 Jun 2023 16:36:05 +0000 (+0100) Subject: mg-debian-installer-update: Download non-free firmware from new repo. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=55453e99e27e021fc0a7f24a081a31fdb22a3c77;p=osstest.git mg-debian-installer-update: Download non-free firmware from new repo. Signed-off-by: Anthony PERARD Acked-by: Roger Pau Monné --- diff --git a/mg-debian-installer-update b/mg-debian-installer-update index 4fb4bc2..31b8a19 100755 --- a/mg-debian-installer-update +++ b/mg-debian-installer-update @@ -105,7 +105,14 @@ if [ "x$dtbs" != "x" ] ; then gzip -9nf dtbs.tar fi -pfile=$sbase/non-free/binary-$arch/Packages.gz +case $suite in + wheezy|jessie|stretch|buster|bullseye) + pfile=$sbase/non-free/binary-$arch/Packages.gz + ;; + *) + # Starting with bookworm, firmware are in a new repo + pfile=$sbase/non-free-firmware/binary-$arch/Packages.gz +esac fetch $pfile >Packages.gz