diff options
Diffstat (limited to 'ks-template/hw/dell/R7425')
| -rw-r--r-- | ks-template/hw/dell/R7425/100g-dtn.ks | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks index 82cf4ef..8c0344e 100644 --- a/ks-template/hw/dell/R7425/100g-dtn.ks +++ b/ks-template/hw/dell/R7425/100g-dtn.ks @@ -27,7 +27,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 @@ -47,6 +47,7 @@ reboot @core chrony kexec-tools +rngd %end @@ -68,11 +69,6 @@ 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 - # Set up secondary interface routing: #SIR#echo -e "1024\tmi-01" >>/etc/iproute2/rt_tables #SIR#echo "default table mi-01 via SECGATEWAY" \ |
