]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: remove random-seed-mode
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 21 Nov 2022 15:40:24 +0000 (16:40 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 22 Nov 2022 00:30:03 +0000 (01:30 +0100)
commit47b3e96647e18e8ca219c4792ab769344eea11bb
tree04e7d83fa6829bfc06d82f14b06bdb29a2e6b2ec
parenta0c544ee09c735ef3a6e04147c2e03f9dddbd98e
boot: remove random-seed-mode

Now that the random seed is used on virtualized systems, there's no
point in having a random-seed-mode toggle switch. Let's just always
require it now, with the existing logic already being there to allow not
having it if EFI itself has an RNG. In other words, the logic for this
can now be automatic.
docs/RANDOM_SEEDS.md
man/loader.conf.xml
src/boot/efi/boot.c
src/boot/efi/random-seed.c
src/boot/efi/random-seed.h
src/shared/bootspec.c
src/shared/bootspec.h