From f87338fa2680ca8c59830b50202eb5a3f023c070 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 17 Oct 2022 16:06:39 +0200 Subject: [PATCH] Update TODO --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 5cabd1093a..42925feacd 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.