]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Aug 2022 11:50:08 +0000 (13:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Aug 2022 11:50:20 +0000 (13:50 +0200)
TODO

diff --git a/TODO b/TODO
index 854450994f380c50a56fc9ed94ae79cc5c1b3966..23092799e2d279701daa1f00527dacf4decb14ce 100644 (file)
--- a/TODO
+++ b/TODO
@@ -112,6 +112,11 @@ Deprecations and removals:
 
 Features:
 
+* sd-stub/sd-boot: write RNG seed to LINUX_EFI_RANDOM_SEED_TABLE_GUID config
+  table as well. (and possibly drop our efi var). Current kernels will pick up
+  the seed from there already, if EFI_RNG_PROTOCOL is not implemented by
+  firmware.
+
 * sd-stub: invoke random seed logic the same way as in sd-boot, except if
   random seed EFI variable is already set. That way, the variable set will be
   set in all cases: if you just use sd-stub, or just sd-boot, or both.