diff options
author | Luca Boccassi <bluca@debian.org> | 2025-05-30 11:32:03 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2025-05-30 14:03:11 +0100 |
commit | c92622d392bebb1fac11d022c84820bb1d73dee0 (patch) | |
tree | f35bf687ef22d9c95365f59743c5ad3117df9820 | |
parent | c0936c1a99a61bcc503d5250c1cb654d375a47c4 (diff) | |
download | debvm-c92622d392bebb1fac11d022c84820bb1d73dee0.tar.gz |
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
-rwxr-xr-x | bin/debefivm-create | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |