summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2025-05-30 11:32:03 +0100
committerLuca Boccassi <bluca@debian.org>2025-05-30 14:03:11 +0100
commitc92622d392bebb1fac11d022c84820bb1d73dee0 (patch)
treef35bf687ef22d9c95365f59743c5ad3117df9820 /bin
parentc0936c1a99a61bcc503d5250c1cb654d375a47c4 (diff)
downloaddebvm-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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/debefivm-create1
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 \