chg: [kali] make sure the tpm module is laoded for more rng

pull/3483/head
Steve Clement 2018-07-13 20:55:51 +02:00
parent bcc2f356c7
commit ee070e7093
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ function installMISPonKali() {
libxml2-dev libxslt1-dev zlib1g-dev python3-setuptools
apt install -qy rng-tools # This might fail on TPM grounds, enable the security chip in your BIOS
modprobe tpm-rng
echo tpm-rng >> /etc/modules
service rng-tools start
systemctl restart mariadb.service