]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Improve error message 3903/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 15 Sep 2025 11:56:17 +0000 (13:56 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 15 Sep 2025 11:56:17 +0000 (13:56 +0200)
mkosi/bootloader.py

index 7e890c614518d499e7562f50aa5bf1c8ab485428..d0c5a0543bd107edd0afa9586f6e2fcd76a6bd3c 100644 (file)
@@ -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