no rng-tools

This commit is contained in:
Harald Hoyer 2019-06-13 10:42:41 +02:00
parent 155281c102
commit f7296a578d
2 changed files with 1 additions and 4 deletions

View file

@ -19,8 +19,6 @@ install() {
/usr/libexec/clevis-luks-askpass \
/usr/lib64/libtss2-esys.so.0 \
/usr/lib64/libtss2-tcti-device.so.0 \
/sbin/rngd \
/usr/lib/systemd/system/basic.target.wants/rngd.service \
${NULL}
inst_dir /usr/share/cracklib

View file

@ -270,7 +270,6 @@ dnf -v \
less \
polkit \
util-linux \
rng-tools \
openssl \
cryptsetup \
clevis \
@ -369,7 +368,7 @@ sed -ie 's#\(tpm2_[^ ]*\) #\1 -T device:${TPM2TOOLS_DEVICE_FILE[0]} #g' "$sysroo
#---------------
# rngd
ln -fsnr "$sysroot"/usr/lib/systemd/system/rngd.service "$sysroot"/usr/lib/systemd/system/basic.target.wants/rngd.service
#ln -fsnr "$sysroot"/usr/lib/systemd/system/rngd.service "$sysroot"/usr/lib/systemd/system/basic.target.wants/rngd.service
if [[ $NO_SCRIPTS ]]; then
chroot "$sysroot" depmod -a $KVER