Package: cdimage.debian.org
Severity: normal
Tags: patch

Debian Images Team,

Unofficial non-free live images including firmware:
    
https://cdimage.debian.org/cdimage/unofficial/non-free/images-including-firmware/weekly-live-builds/amd64/iso-hybrid/

These include the following firmware packages:
  * firmware-adi
        Binary firmware for Analog Devices Inc. DSL modem chips
        (dummmy package)
  * firmware-ralink
        Binary firmware for Ralink wireless cards (dummmy package)

They should be omitted.

The **untested** patch below for live-setup should fix this.

Thank you!
Dan
Urbana, IL
diff -ru a/available/run-30live-wrapper b/available/run-30live-wrapper
--- a/available/run-30live-wrapper      2019-05-01 08:24:07.000000000 -0500
+++ b/available/run-30live-wrapper      2019-05-31 00:00:00.000000000 -0500
@@ -102,7 +102,7 @@
     PKGS=""
     for SECTION in ${SECTIONS}; do
        PKGS="$PKGS "$(wget -q 
$MIRROR/dists/${CODENAME}/${SECTION}/binary-${ARCH}/Packages.gz -O- | gzip -cd 
- | \
-             grep-dctrl -Pe '.*(firmware|microcode).*' -s Package -n | sort -u)
+           grep-dctrl -Pe 'firmware|microcode' -a ! -FSection oldlibs -s 
Package -n | sort -u)
     done
     echo $PKGS
 }

Reply via email to