]> git.ipfire.org Git - thirdparty/mkosi.git/commit
shim: ensure binaries do not get installed to ESP with .signed suffix 3826/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Sun, 27 Jul 2025 18:28:06 +0000 (19:28 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 28 Jul 2025 12:57:50 +0000 (13:57 +0100)
commit10e50f8c55a56fc4260e171239b5fbdbde1b433d
treedef909de9194ab5866931a76525e5acd2b595f54
parent9de34024adf58e0475c532f34bc8cd3f217218eb
shim: ensure binaries do not get installed to ESP with .signed suffix

Binaries in the ESP need to be .efi, not .efi.signed,
so truncate the filename if the source has it (like MOK
in Debian).
mkosi/bootloader.py