Add rng-tools and start rngd.service by default (#1258516)

This will help improve the entropy situation with non-x86 hardware. rngd
will add entropy from hardware rng sources.

Resolves: rhbz#1258516
(cherry picked from commit 690feba381)
This commit is contained in:
Brian C. Lane 2016-01-28 14:52:10 -08:00
parent de835d687a
commit fec7b8d7b8
2 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,7 @@ installpkg mt-st smartmontools
installpkg hdparm
%endif
installpkg libmlx4 rdma
installpkg rng-tools
## translations & language packs
installpkg yum-langpacks

View File

@ -26,6 +26,9 @@ symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target
mkdir etc/systemd/system/local-fs.target.wants/
symlink /lib/systemd/system/tmp.mount etc/systemd/system/local-fs.target.wants/tmp.mount
## Start rngd
symlink /lib/systemd/system/rngd.service etc/systemd/system/basic.target.wants/rngd.service
## Disable unwanted systemd services
systemctl disable systemd-readahead-collect.service \
systemd-readahead-replay.service \