From: Daan De Meyer Date: Mon, 17 Oct 2022 14:06:39 +0000 (+0200) Subject: Update TODO X-Git-Tag: v252-rc2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f87338fa2680ca8c59830b50202eb5a3f023c070;p=thirdparty%2Fsystemd.git Update TODO --- diff --git a/TODO b/TODO index 5cabd1093ac..42925feacd2 100644 --- a/TODO +++ b/TODO @@ -119,6 +119,13 @@ Deprecations and removals: Features: +* Add systemd-sysupdate-initrd.service or so that runs systemd-sysupdate in the + initrd to bootstrap the initrd to populate the initial partitions. Some things + to figure out: + - Should it run on firstboot or on every boot? + - If run on every boot, should it use the sysupdate config from the host on + subsequent boots? + * provide an API to apps to encrypt/decrypt credentials. usecase: allow bluez bluetooth daemon to pass pairings to initrd that way, without shelling out to our tools.