Bug#1043133: Patch which fixes the bug for me -> real fix already exists in git

2023-08-06 Thread Chris Ward
The patches I have on to live-build are here https://github.com/tjcw/screensavers/tree/bookworm/patches . The isolinux patch is a choice; for my purposes I want the live build to display the splash screen before booting. And it may be that just one of the chroot and installer patches is sufficient,

Bug#1043133: Patch which fixes the bug for me -> real fix already exists in git

2023-08-06 Thread Roland Clobus
Hello Chris, On 06/08/2023 17:19, Chris Ward wrote: The following fixes the bug for me. It may need adjusting so that it can work both for debian 12.0 and previous, and for debian 12.11 where 'firmware-linux' is no longer a separate item. The patch to binary_rootfs fixes a bug that I reported p

Bug#1043133: Patches fixed

2023-08-06 Thread Chris Ward
(apt-cache show "^firmware-linux$" 2> /dev/null | grep "^Package:" | wc -l) -eq 1 ] -then - FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux" -fi +# tjcw 20230806 firmware now in base install with debian 12.1 +#if [ $(apt-cache show "^firmware-linux$

Bug#1043133: Patch which fixes the bug for me

2023-08-06 Thread Chris Ward
10 +54,11 @@ Check_package host /usr/bin/wget wget FIRMWARE_PACKAGES="" # Manually add firmware-linux meta package if available -if [ $(apt-cache show "^firmware-linux$" 2> /dev/null | grep "^Package:" | wc -l) -eq 1 ] -then - FIRMWARE_PACKAGES="${FIR

Bug#1043133: Candidate fix -> real fix already exists

2023-08-06 Thread Roland Clobus
Hello Chris, On 06/08/2023 15:17, Chris Ward wrote: I revised 2 files along the lines of ... and now I can run the live builds that I want to run I've seen the issue as well and have prepared a fix in git at [1]. This fix has not been released yet. As you wrote in the first mail, you are us

Bug#1043133: Candidate fix

2023-08-06 Thread Chris Ward
I revised 2 files along the lines of tjcw@debian:~/lb$ fgrep -A 2 -r firmware-linux /usr/lib/live/build /usr/lib/live/build/chroot_firmware:# Manually add firmware-linux meta package if available /usr/lib/live/build/chroot_firmware:# 20230806 tjcw firmware-linux no longer shipped as separate

Bug#1043133: live-build fails with debian 12.1 becuase it expects linux-firmware

2023-08-06 Thread Chris Ward
Package: live-build Version: 1:20230502 Severity: important X-Debbugs-Cc: t...@cantab.net Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I installed debian 12.1 in a VM and installed the live-build package * W