[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 04/36] mg-debian-installer-update: Download non-free firmware from new repo.
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> --- mg-debian-installer-update | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mg-debian-installer-update b/mg-debian-installer-update index 4fb4bc21..31b8a192 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 -- Anthony PERARD
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |