CONF.sh: remove non-free from NONFREE_COMPONENTS

Almost all packages initially identified as interesting for us[1] have
been moved to non-free-firmware. An updated list of packages has been
published[2], which can be summed up this way:
 - amd64-microcode and intel-microcode would require specific code
   anyway (#1029804);
 - zd1211-firmware shows inconsistencies (archive vs. repository).

 1. https://lists.debian.org/debian-boot/2023/01/msg00150.html
 2. https://lists.debian.org/debian-boot/2023/01/msg00235.html

Therefore, stop looking for non-free firmware packages in non-free,
and concentrate on non-free-firmware only.
This commit is contained in:
Cyril Brulebois 2023-01-30 02:01:11 +01:00
parent d94e9eb5b7
commit 3d879d5e46
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export APTTMP=/srv/mirror/tmp/apt
# export CONTRIB=1
# Where should I look for non-free packages?
export NONFREE_COMPONENTS="non-free non-free-firmware"
export NONFREE_COMPONENTS="non-free-firmware"
# Do I want to have NONFREE on separate image(s) at the end set?
# WARNING: Don't use NONFREE and EXTRANONFREE at the same time !