diff options
author | Jon Clausen <jac@nordu.net> | 2018-08-13 09:22:40 +0200 |
---|---|---|
committer | Jon Clausen <jac@nordu.net> | 2018-08-13 09:22:40 +0200 |
commit | 1fbd47bb0e130f8cd8d696c3654d927e8235e1cc (patch) | |
tree | d94163d21b60b1ec5a1ee3e1b7a9251bc5d69204 | |
parent | 21b094f8a464c2fc4f2b08fc0fd1beb0dcf45b50 (diff) |
update rootpw on supermicro template
-rw-r--r-- | ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks | 2 |
1 files changed, 1 insertions, 1 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 eee064b..17cfa7f 100644 --- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks +++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks @@ -28,7 +28,7 @@ network --bootproto=static --device=eno8 --ip=SECIP --netmask=SECNETMASK --node network --hostname=HOSTNAME.DOMAIN # Root password -rootpw --iscrypted $6$OZ1kzVgDD3xDqL65$0q/XDwu7oSGkI8FJ/ykOIi7Pm0m0kNHC5kw7FLWsmOw3KLHCgoNHAzcJJM0nJdaJ7oqYJbxf86LgQK2zqTGX/. +rootpw --iscrypted $6$BDD,Ee9.cqMe3zgI$yWLZMb5cORNSJyD0oJcLWVKX.p876wjDp2hrbPH0jqK/LmZgzQ9cP5qiEGHzqGMGNSwk/HGJXPxDbTwqNbuIw1 # System services services --enabled="chronyd" # Do not configure the X Window System |