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
This commit is contained in:
Brian C. Lane 2016-01-28 14:52:10 -08:00
parent 7c0a6dffd6
commit 690feba381
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -29,6 +29,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 \