]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add support for installing shim 2137/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Dec 2023 22:11:19 +0000 (23:11 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 9 Dec 2023 11:19:47 +0000 (12:19 +0100)
commit4df48399dd42617cdd45d89c30a2e9fc7992f068
tree420b72059d6038e41b95a48b8cbc5f953bd78d9c
parentcd95d578bf5a7f35776a196f2e2d3d98f0ca4ce4
Add support for installing shim

Unfortunately shim is a necessary evil that we have to support. We
add a new option that allows choosing either a signed version, an
unsigned version or none at all (the default).

We also stop redirecting /boot/efi to /efi so that /efi is our pristine
directory for populating the ESP whereas /boot is unclaimed wasteland
free for package managers to write all kinds of stuff to.
mkosi.conf
mkosi.conf.d/20-arch.conf
mkosi.conf.d/20-centos-fedora.conf
mkosi.conf.d/20-debian-ubuntu.conf
mkosi.conf.d/20-opensuse.conf
mkosi/__init__.py
mkosi/config.py
mkosi/resources/mkosi.md
tests/test_json.py