From 3d879d5e467be7df90c0726005a06a670000f909 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Mon, 30 Jan 2023 02:01:11 +0100 Subject: [PATCH] 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. --- CONF.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONF.sh b/CONF.sh index 244a512b..586b6eff 100644 --- a/CONF.sh +++ b/CONF.sh @@ -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 !