]> git.ipfire.org Git - thirdparty/systemd.git/commit
60-ukify: kernel-install plugin that calls ukify to create a UKI
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 13 Apr 2023 16:07:22 +0000 (18:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 5 May 2023 16:42:37 +0000 (18:42 +0200)
commitca1abaa5c4ffbd0f72f5bbbd98a70db925a82503
tree0ef7656b8d31d37f79e8044bb189e69e8bb6bd6e
parent47a6df4da0a852daae9458b7cb10fb1e43322c2b
60-ukify: kernel-install plugin that calls ukify to create a UKI

60-ukify.install calls ukify with a config file, so singing and policies and
splash will be done through the ukify config file, without 60-ukify.install
knowing anything directly.

In meson.py, the variable for loaderentry.install.in is used just once, let's
drop it. (I guess this approach was copied from kernel_install_in, which is
used in another file.)

The general idea is based on cvlc12's #27119, but now in Python instead of
bash.
src/kernel-install/60-ukify.install.in [new file with mode: 0755]
src/kernel-install/meson.build