diff options
-rw-r--r-- | ks-template/hw/dell/R7425/100g-dtn.ks | 2 | ||||
-rw-r--r-- | ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks | 2 |
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 274e55b..35e579c 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 -text +inst.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 eee064b..04546d9 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 -text +inst.text # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=USEDISK |