TODO: drop bootctl link + sysupdate integration item

This is now implemented: sysupdate calls out to the
/run/systemd/sysupdate/notify/ Varlink directory on completion, and bootctl
binds a socket there that links a UKI plus extras staged below
/var/lib/systemd/uki/ (with .v/ vpick support) via "bootctl link-auto".
This commit is contained in:
Lennart Poettering
2026-05-28 11:42:57 +02:00
parent 9ac1b6c124
commit 01f3f2aa2f

View File

@@ -280,12 +280,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later
- firstboot/sysinstall: add simple interface for prompting users to enable
"features" exposed by of sysupdate.
- bootctl link + sysupdate integration
- make sysupdate call out to a special varlink dir on completion
- bind bootctl link socket in there, which when invoked goes to new dir in
/var/ where downloaded kernels+confext+sysext are dropped in (place in
.v/) and then does "bootctl link" on them.
- a tool that can prep credentials, put them in the ESP, for provisioning
systems for SBC or UEFI/HTTP boot. Should be doing what sysinstall does with
the credentials, and maybe even *be* sysinstall.