]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add UnifiedKernelImages= 2475/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Mar 2024 15:45:32 +0000 (16:45 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Mar 2024 20:09:37 +0000 (21:09 +0100)
commit84a1b9e69c1b82120ecfe2b65763bb63dc06c905
tree22c988253464720ab710e35b958faee4b568dced
parent5db72a62f9aeb45ac989a422ac1935a4be6829db
Add UnifiedKernelImages=

Allows configuring whether we use UKIs or BLS Type 1 entries with
systemd-boot and grub on UEFI.

The BLS Type 1 logic we already had for grub on BIOS is made generic
and reused to implement this feature.

Partially fixes #2472.
mkosi/__init__.py
mkosi/config.py
mkosi/resources/mkosi.md
tests/test_json.py