From a0e7685a323595547ecbcc920ef592e306bd98e7 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Wed, 1 Feb 2023 10:08:16 +0700 Subject: [PATCH] Update conf for debian-cd 3.1.36 Otherwise we get plenty of error messages: DEBUG build/debian-cd stderr: Use of uninitialized value $ENV{"NONFREE_COMPONENTS"} in split at <>/simple-cdd/debian-cd/tools/which_deb line 23. --- simple-cdd/simple-cdd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple-cdd/simple-cdd.conf b/simple-cdd/simple-cdd.conf index 5a131ba..39b5a0b 100644 --- a/simple-cdd/simple-cdd.conf +++ b/simple-cdd/simple-cdd.conf @@ -88,6 +88,9 @@ export OMIT_DOC_TOOLS=1 export DOJIGDO=0 export NORECOMMENDS=0 export NONFREE=1 +# Below: change to "non-free non-free-firmware" if ever Kali gets a +# non-free-firmware component +export NONFREE_COMPONENTS="non-free" export CONTRIB=1 export FORCE_FIRMWARE=1 export ARCHIVE_KEYRING_PACKAGE=kali-archive-keyring