summaryrefslogtreecommitdiff
path: root/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
diff options
context:
space:
mode:
Diffstat (limited to 'ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks')
-rw-r--r--ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks8
1 files changed, 2 insertions, 6 deletions
diff --git a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
index e65d356..4ef1351 100644
--- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
+++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
@@ -30,7 +30,7 @@ network --hostname=HOSTNAME.DOMAIN
# Root password
rootpw --iscrypted $6$BDD,Ee9.cqMe3zgI$yWLZMb5cORNSJyD0oJcLWVKX.p876wjDp2hrbPH0jqK/LmZgzQ9cP5qiEGHzqGMGNSwk/HGJXPxDbTwqNbuIw1
# System services
-services --enabled="chronyd"
+services --enabled="chronyd,rngd,sshd"
# Do not configure the X Window System
skipx
# System timezone
@@ -50,6 +50,7 @@ reboot
@core
chrony
kexec-tools
+rngd
%end
@@ -64,11 +65,6 @@ kexec-tools
/bin/sed -i '' -e 's/#ListenAddress 0.0.0.0/ListenAddress PRIIP/' /etc/ssh/sshd_config
/bin/sed -i '' -e 's/#UseDNS yes/UseDNS no/' /etc/ssh/sshd_config
-# Install and enable rngd, to take advantage of HWRNG
-yum install -y rngd
-systemctl enable rngd
-systemctl start rngd
-
# Set up secondary interface routing:
#SIR#echo -e "1024\tmi-01" >>/etc/iproute2/rt_tables
#SIR#echo "default table mi-01 via SECGATEWAY" \