summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Clausen <jac@nordu.net>2018-08-06 09:50:34 +0200
committerJon Clausen <jac@nordu.net>2018-08-06 09:50:34 +0200
commit21b094f8a464c2fc4f2b08fc0fd1beb0dcf45b50 (patch)
tree7398c7ec37c73c3d3cc09b0223f44380f8dbfe1a
parent28d36b4113b78bd6b79e6b425826a3b617e478c4 (diff)
inst.text is NOT the new name for text install. Kills anaconda.
-rw-r--r--ks-template/hw/dell/R7425/100g-dtn.ks2
-rw-r--r--ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks2
2 files changed, 2 insertions, 2 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks
index 35e579c..274e55b 100644
--- a/ks-template/hw/dell/R7425/100g-dtn.ks
+++ b/ks-template/hw/dell/R7425/100g-dtn.ks
@@ -7,7 +7,7 @@ auth --enableshadow --passalgo=sha512
url --url=http://INSTALLSERVER/install/centos/7/os/x86_64/
#url --url=http://mirror.centos.org/centos/7/os/x86_64/
# Use text mode install
-inst.text
+text
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=USEDISK
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 04546d9..eee064b 100644
--- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
+++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
@@ -7,7 +7,7 @@ auth --enableshadow --passalgo=sha512
url --url=http://INSTALLSERVER/install/centos/7/os/x86_64/
#url --url=http://mirror.centos.org/centos/7/os/x86_64/
# Use text mode install
-inst.text
+text
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=USEDISK