summaryrefslogtreecommitdiff
path: root/ks-template/hw/dell/R7425/100g-dtn.ks
diff options
context:
space:
mode:
Diffstat (limited to 'ks-template/hw/dell/R7425/100g-dtn.ks')
-rw-r--r--ks-template/hw/dell/R7425/100g-dtn.ks5
1 files changed, 5 insertions, 0 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks
index 3461943..ed79763 100644
--- a/ks-template/hw/dell/R7425/100g-dtn.ks
+++ b/ks-template/hw/dell/R7425/100g-dtn.ks
@@ -66,6 +66,11 @@ echo 'GRUB_TERMINAL="serial console"' >>/etc/default/grub
echo 'GRUB_SERIAL_COMMAND="serial --speed=115200"' >>/etc/default/grub
/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg
+# Install and enable rngd, to take advantage of HWRNG
+yum install -y rngd
+systemctl enable rngd
+systemctl start rngd
+
# try to get access to the screen:
#exec < /dev/tty6 > /dev/tty6
#chvt 6