From: Daan De Meyer Date: Mon, 13 Jan 2025 09:28:14 +0000 (+0100) Subject: Specify --install-source=image when installing systemd-boot X-Git-Tag: v25~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eab77bfb91fc5c8bf6f32da24a9cd76d9c150fe;p=thirdparty%2Fmkosi.git Specify --install-source=image when installing systemd-boot Let's make sure we don't try to pick up EFI binaries from the host. --- diff --git a/mkosi/bootloader.py b/mkosi/bootloader.py index c6a53252b..9e9ea3d6b 100644 --- a/mkosi/bootloader.py +++ b/mkosi/bootloader.py @@ -654,6 +654,7 @@ def install_systemd_boot(context: Context) -> None: "bootctl", "install", "--root=/buildroot", + "--install-source=image", "--all-architectures", "--no-variables", ]