Add haveged to Fedora image
This commit is contained in:
parent
6b51feb1fd
commit
8970127c24
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@ run_root systemd-machine-id-setup
|
||||||
run_root ln -sf /usr/share/zoneinfo/UTC /etc/localtime
|
run_root ln -sf /usr/share/zoneinfo/UTC /etc/localtime
|
||||||
run_root systemctl enable systemd-timesyncd.service
|
run_root systemctl enable systemd-timesyncd.service
|
||||||
|
|
||||||
|
# Install haveged due to lack of entropy in ONE environment.
|
||||||
|
run_root dnf -y install haveged
|
||||||
|
run_root systemctl enable haveged.service
|
||||||
|
|
||||||
# Install kernel and bootloader.
|
# Install kernel and bootloader.
|
||||||
# Note: linux-firmware is not required our environment and takes almost 200M
|
# Note: linux-firmware is not required our environment and takes almost 200M
|
||||||
# uncompressed but is a direct dependency of kernel-core...
|
# uncompressed but is a direct dependency of kernel-core...
|
||||||
|
|
Loading…
Reference in a new issue