1
0
mirror of https://github.com/systemd/systemd.git synced 2025-09-16 17:45:36 +03:00

update TODO

This commit is contained in:
Lennart Poettering
2022-08-08 13:50:08 +02:00
parent 39e3135bc2
commit 80821405da

5
TODO
View File

@@ -112,6 +112,11 @@ Deprecations and removals:
Features: 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 * 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 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. set in all cases: if you just use sd-stub, or just sd-boot, or both.