mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Mikaela Suomalainen
a6c5902c08
Possibly some help to boot time entropy exhaustion, but it may have been enabled by default already.
5 lines
251 B
INI
5 lines
251 B
INI
# Trust CPU random number generator, possibly controversial, but possibly
|
|
# safe due to not being the only source of entropy
|
|
# https://en.wikipedia.org/wiki/RDRAND#Reception
|
|
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT random.trust_cpu=on"
|