From 8bd6060b07cd7d1cb03220d6ed5b44cbec0db6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Thu, 1 Sep 2022 11:01:59 +0200 Subject: [PATCH] Work-around non-co-installability of nvidia-tesla-kernel-support and nvidia-tesla-470-kernel-support Issue has been reported to Debian in https://bugs.debian.org/1018873 --- auto/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/auto/config b/auto/config index bcc5ac9..6c56ca3 100755 --- a/auto/config +++ b/auto/config @@ -123,6 +123,10 @@ if [ -n "$enable_pu" ]; then > config/archives/kali-proposed-updates.list.binary fi +# XXX: --firmware-chroot has been set to false to work around +# https://bugs.debian.org/1018873 and we deemed that acceptable because +# kali-linux-headless already pulls kali-linux-firmware so most firmwares +# will continue to be installed lb config noauto \ --apt-indices=false \ --distribution "$dist" \ @@ -134,7 +138,7 @@ lb config noauto \ --backports false \ --source false \ --firmware-binary true \ - --firmware-chroot true \ + --firmware-chroot false \ --mirror-bootstrap "$kali_mirror" \ --mirror-debian-installer "$kali_mirror" \ --mirror-binary "$public_kali_mirror" \