no rng-tools
This commit is contained in:
parent
155281c102
commit
f7296a578d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue