]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: introduce "link" as alternative to kernel-install (#41543)
authorLennart Poettering <lennart@amutable.com>
Fri, 1 May 2026 08:38:22 +0000 (10:38 +0200)
committerGitHub <noreply@github.com>
Fri, 1 May 2026 08:38:22 +0000 (10:38 +0200)
commit578629c22b19d3431f30a0352cdcf5d4e1a66092
tree0e27f152029c23210cecc28d524bf3426ccabf83
parent630f5a1fc4d8355caf68b82dc042ff02f56080ab
parent5e74fd06ba92ac1956b29daeb2a2ecef21d01dc6
bootctl: introduce "link" as alternative to kernel-install (#41543)

This adds "bootctl link" as alternative to kernel-install for installing
a UKI together with sidecards (confext, sysext, creds) as type 1
entries.

It has a much tigher focus than kernel-install, and doesn't do plugins
or anything.

It acts as "inverse" of the pre-existing "bootctl unlink".