From c92622d392bebb1fac11d022c84820bb1d73dee0 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 30 May 2025 11:32:03 +0100 Subject: debefivm-create: pull in systemd-boot-efi for stub binary 301s I: running special hook: download '/usr/lib/systemd/boot/efi/linuxx64.efi.stub' '/tmp/tmp.p5ZnciDkKP/stub' 301s W: hooklistener errored out: E: received error on socket 301s 301s E: setup failed: E: hookhelper failed: E: path does not exist: /tmp/mmdebstrap.Isamzv02mH/usr/lib/systemd/boot/efi/linuxx64.efi.stub systemd-boot prefers the package containing the signed EFI binary now, if available. The stub is in the unsigned package, given it's needed, depend on it directly. Closes: #1106847 --- bin/debefivm-create | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/debefivm-create b/bin/debefivm-create index 6324107..d9b36e5 100755 --- a/bin/debefivm-create +++ b/bin/debefivm-create @@ -348,6 +348,7 @@ fi set -- \ "--customize-hook=printf 'LABEL=%s / ext4 defaults 0 0' '$ROOTLABEL' >"'"$1/etc/fstab"' \ "--include=?narrow(?exact-name(systemd-boot),?architecture(${DEBARCH%%,*}))" \ + "--include=?narrow(?exact-name(systemd-boot-efi),?architecture(${DEBARCH%%,*}))" \ '--include=systemd-sysv' \ "$SUITE" \ /dev/null \ -- cgit v1.2.3