Package: live-build
Version: 1:20230502
steps to reproduce:
1) make a clean install of Debian 12
2) install the live-build package from the normal repository
3) run "lb config" to create a build tree
expected behavior: tree for bookworm should be made
actual: tree for bullseye is made by default
stage 2:
remove created files, then run:
lb config -d bookworm
to force generation for an appropriat distro
then run lb build
expected: build should complete successfully.
actual: build fails with the following error message:
E: Package 'firmware-linux' has no installation candidate
as I know, this bug is fixed already in newer versions of live-build,
but the packaged version is not updated to get this fix, which is
expected to be done through the updates channel.