Add haveged
This ensures we have enough entropy after booting on the board otherwise we might not be able to SSH immediately. Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
parent
abdd7879d7
commit
d3ac85b9cc
@ -13,7 +13,7 @@ rootpw riscv
|
||||
firewall --enabled --ssh
|
||||
timezone --utc America/New_York
|
||||
selinux --enforcing
|
||||
services --enabled=sshd,NetworkManager,chronyd --disabled=lm_sensors
|
||||
services --enabled=sshd,NetworkManager,chronyd,haveged --disabled=lm_sensors
|
||||
|
||||
bootloader --location=none --extlinux
|
||||
|
||||
@ -217,6 +217,7 @@ libgnat
|
||||
libgnat-devel
|
||||
libgnat-static
|
||||
usbutils
|
||||
haveged
|
||||
# end of gcc packages
|
||||
# Add dejavu fonts
|
||||
dejavu-fonts-common
|
||||
|
Loading…
Reference in New Issue
Block a user