Bug#1018873: live-build --firmware-chroot option is broken due to nvidia-tesla{-470, }-kernel-support

Witold Baryluk witold.baryluk at gmail.com
Mon Sep 5 17:24:45 BST 2022


Package: nvidia-tesla-kernel-support
Followup-For: Bug #1018873
X-Debbugs-Cc: witold.baryluk at gmail.com

Just for reference if somebody needs to workaround this quickly, this patch should help:

--- /usr/share/live/build/functions/firmwarelists.sh	2022-09-05 16:23:22.053130441 +0000
+++ /usr/share/live/build/functions/firmwarelists.sh.new	2022-09-05 16:22:05.412045133 +0000
@@ -48,7 +48,7 @@
	    fi
 
	    local PACKAGES
-			PACKAGES="$(gunzip -c "${CONTENTS_FILE}" | awk '/^lib\/firmware/ { print $2 }' | sort -u )"
+			PACKAGES="$(gunzip -c "${CONTENTS_FILE}" | awk '/^lib\/firmware/ { print $2 }' | grep -v nvidia | sort -u)"
	    FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} ${PACKAGES}"
 
	    # Don't waste disk space, if not making use of caching





Apply from /, with patch -p0 < nvidia-fix.patch



More information about the pkg-nvidia-devel mailing list