From 2b5c04452efc83f82cd35f422f91b48209a0d77c Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 15 Sep 2025 13:56:17 +0200 Subject: [PATCH] Improve error message --- mkosi/bootloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi/bootloader.py b/mkosi/bootloader.py index 7e890c614..d0c5a0543 100644 --- a/mkosi/bootloader.py +++ b/mkosi/bootloader.py @@ -668,7 +668,7 @@ def install_systemd_boot(context: Context) -> None: if context.config.bootable == ConfigFeature.enabled: die( f"An EFI bootable image with systemd-boot was requested but a {'signed ' if signed else ''}" - f"systemd-boot binary was not found at {directory.relative_to(context.root)}" + f"systemd-boot binary was not found at /{directory.relative_to(context.root)}" ) return -- 2.47.3