Codebase list live-build / 585479d
Do not consider nvidia-tesla-* firmwares, they conflict See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018873 Sophie Brun 1 year, 7 months ago
2 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 live-build (1:20220505kali2) kali-dev; urgency=medium
1
2 * Do not consider nvidia-tesla-* firmwares, it causes the ISO build to fail.
3
4 -- Sophie Brun <[email protected]> Fri, 02 Sep 2022 12:08:57 +0200
5
06 live-build (1:20220505kali1) kali-dev; urgency=medium
17
28 * Synchronize with Debian. Remaining changes:
4747 fi
4848
4949 local PACKAGES
50 PACKAGES="$(gunzip -c "${CONTENTS_FILE}" | awk '/^lib\/firmware/ { print $2 }' | sort -u )"
50 # remove the nvidia-tesla firmwares and also add
51 # || true because grep fails if there is no
52 # content (like in Contrib)
53 PACKAGES="$(gunzip -c "${CONTENTS_FILE}" | awk '/^lib\/firmware/ { print $2 }' | sort -u | grep -v nvidia-tesla- || true)"
5154 FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} ${PACKAGES}"
5255
5356 # Don't waste disk space, if not making use of caching