summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Clausen <jac@nordu.net>2018-09-04 11:04:16 +0200
committerJon Clausen <jac@nordu.net>2018-09-04 11:04:16 +0200
commit51ca9e8ddf575735bc66a50400013595de3df1cf (patch)
treeb97e9db5a465bc30e27219a2adf9485f6435de08
parente43af8bc41072e6b7cd2a4a2c2e7f57941902233 (diff)
added nunoc account
-rw-r--r--ks-template/hw/dell/R7425/100g-dtn.ks1
-rw-r--r--ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks1
2 files changed, 2 insertions, 0 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks
index 0d8b0cd..c8ad03d 100644
--- a/ks-template/hw/dell/R7425/100g-dtn.ks
+++ b/ks-template/hw/dell/R7425/100g-dtn.ks
@@ -32,6 +32,7 @@ services --enabled="chronyd"
skipx
# System timezone
timezone Europe/Copenhagen --isUtc
+user --name=nunoc --password=$6$U1pwST6dm0K1GQgD$TgYGXKLhjU5FTSNRy7u6TkuEoee4GhlbqPnWQOnJapnNkjGgULRBYhOd041yI7O7lmoLtf905U1XsPwVClAr4/ --iscrypted --gecos="NUNOC" --groups=wheel
user --name=jac --password=$6$t3nu7Hd9pAQCpy7J$uRbZOadIBN7AeRdQwG67ac4OD5nDCK9vb2wWlR1PWwovE7ssu/MngMsViP71ITVuij84.aF6a2c5IhTcYZv.0. --iscrypted --gecos="Jon Clausen" --groups=wheel
# System bootloader configuration
bootloader --append=" crashkernel=auto elevator=deadline KRNLCMDLINE" --location=mbr --boot-drive=BOOTDEV
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 3f3eb3e..0c6d3ac 100644
--- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
+++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
@@ -35,6 +35,7 @@ services --enabled="chronyd"
skipx
# System timezone
timezone Europe/Copenhagen --isUtc
+user --name=nunoc --password=$6$U1pwST6dm0K1GQgD$TgYGXKLhjU5FTSNRy7u6TkuEoee4GhlbqPnWQOnJapnNkjGgULRBYhOd041yI7O7lmoLtf905U1XsPwVClAr4/ --iscrypted --gecos="NUNOC" --groups=wheel
user --name=jac --password=$6$t3nu7Hd9pAQCpy7J$uRbZOadIBN7AeRdQwG67ac4OD5nDCK9vb2wWlR1PWwovE7ssu/MngMsViP71ITVuij84.aF6a2c5IhTcYZv.0. --iscrypted --gecos="Jon Clausen" --groups=wheel
# System bootloader configuration
bootloader --append=" crashkernel=auto elevator=deadline KRNLCMDLINE" --location=mbr --boot-drive=BOOTDEV