Remove haveged
haveged was added 8 years ago[1] to increase entropy and presumably to prevent entropy starvation. A few things has changed since, most notable: * the kernel actively tries to add entropy (jitter entropy)[2][3][4][5] * /dev/random no longer blocks after CRNG initialization[6][7] [1]d7e790d
("Initialize pacman keyring on bootup") [2]3f2dc2798b
[3]50ee7529ec
[4] https://lore.kernel.org/lkml/alpine.DEB.2.21.1909290010500.2636@nanos.tec.linutronix.de/T/ [5] https://lwn.net/Articles/800509/ [6]30c08efec8
[7] https://lwn.net/Articles/808575/ Fix #98
This commit is contained in:
parent
97f510df81
commit
03ac49f64e
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Initializes Pacman keyring
|
Description=Initializes Pacman keyring
|
||||||
Wants=haveged.service
|
|
||||||
After=haveged.service
|
|
||||||
Requires=etc-pacman.d-gnupg.mount
|
Requires=etc-pacman.d-gnupg.mount
|
||||||
After=etc-pacman.d-gnupg.mount
|
After=etc-pacman.d-gnupg.mount
|
||||||
|
|
||||||
|
@ -33,7 +33,6 @@ gpart
|
|||||||
gpm
|
gpm
|
||||||
gptfdisk
|
gptfdisk
|
||||||
grml-zsh-config
|
grml-zsh-config
|
||||||
haveged
|
|
||||||
hdparm
|
hdparm
|
||||||
intel-ucode
|
intel-ucode
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
|
Loading…
Reference in New Issue
Block a user