]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Specify --install-source=image when installing systemd-boot
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 13 Jan 2025 09:28:14 +0000 (10:28 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 13 Jan 2025 10:15:30 +0000 (11:15 +0100)
Let's make sure we don't try to pick up EFI binaries from the host.

mkosi/bootloader.py

index c6a53252b01137e017e5af9ab7c5ddf91f584bbf..9e9ea3d6ba2a6348c16ffdac4874dc2fa093fad5 100644 (file)
@@ -654,6 +654,7 @@ def install_systemd_boot(context: Context) -> None:
         "bootctl",
         "install",
         "--root=/buildroot",
+        "--install-source=image",
         "--all-architectures",
         "--no-variables",
     ]