Using live-build to create a custom cd all of a sudden not allowing including backports on auto/config. (The worked fine the last time I built it, on 2024-03-08). The problem can be replicated with a bare-bones build with an empty config directory and a minimal
auto/config. I am copying below my auto/config and the message from the log where the build stops running. Did anything change in Bookworm from March to October so that backports can no longer be included? Thanks.
-------------------------------------
[auto/config]
#!/bin/sh
set -e
lb config noauto \
--binary-image "iso-hybrid" \
--architecture "amd64" \
--distribution "bookworm" \
--parent-distribution "bookworm" \
--debian-installer "live" \
--debian-installer-distribution "bookworm" \
--debian-installer-gui "false" \
--apt "aptitude" \
--apt-recommends "true" \
--apt-options "--yes --force-yes" \
--apt-source-archives "false" \
--apt-indices "false" \
--cache "true" \
--archive-areas 'main contrib non-free non-free-firmware' \
--firmware-binary "true" \
--firmware-chroot "true" \
--mode "debian" \
--system "live" \
--win32-loader "true" \
--source "true" \
--compression "gzip" \
--clean \
--debug \
--backports "true" \
"${@}"
-----------------------------------------
[log]
P: UEFI Secure Boot support enabled.
grub-efi-amd64-bin is already installed at the requested version (2.06-13+deb12u1)
grub-common is already installed at the requested version (2.06-13+deb12u1)
grub-efi-amd64-bin is already installed at the requested version (2.06-13+deb12u1)
grub-common is already installed at the requested version (2.06-13+deb12u1)
The following NEW packages will be installed:
grub-efi-ia32-bin mtools
The following packages are RECOMMENDED but will NOT be installed:
efibootmgr
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1666 kB of archives. After unpacking 16.7 MB will be used.
Selecting previously unselected package grub-efi-ia32-bin.
(Reading database ... 23821 files and directories currently installed.)
Preparing to unpack .../grub-efi-ia32-bin_2.06-13+deb12u1_amd64.deb ...
Unpacking grub-efi-ia32-bin (2.06-13+deb12u1) ...
Selecting previously unselected package mtools.
Preparing to unpack .../mtools_4.0.33-1+really4.0.32-1_amd64.deb ...
Unpacking mtools (4.0.33-1+really4.0.32-1) ...
Setting up grub-efi-ia32-bin (2.06-13+deb12u1) ...
Setting up mtools (4.0.33-1+really4.0.32-1) ...
mkfs.fat 4.2 (2021-01-31)
mkfs.fat 4.2 (2021-01-31)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
gettext-base{pu} grub-common{pu} grub-efi-amd64-bin{pu} grub-efi-amd64-signed{p} grub-efi-ia32-bin{p} grub2-common{pu} libefiboot1{pu} libefivar1{pu} libfuse2{pu}
mokutil{pu} mtools{p} shim-helpers-amd64-signed{pu} shim-signed{p} shim-signed-common{pu} shim-unsigned{pu}
0 packages upgraded, 0 newly installed, 15 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 76.0 MB will be freed.
The following ESSENTIAL packages will be REMOVED!
grub-efi-amd64-signed
WARNING: Performing this action will probably cause your system to break!
Do NOT continue unless you know EXACTLY what you are doing!
To continue, type the phrase "I am aware that this is a very bad idea":
|