From 2cf68bfd355fb40e3420f7f4e0049b544141359a Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Tue, 4 Sep 2018 15:37:40 +0200 Subject: add HOSTNAME.DOMAIN to cosmos cmdline --- ks-template/hw/dell/R7425/100g-dtn.ks | 2 +- ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ks-template/hw') diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks index ecaa851..703484c 100644 --- a/ks-template/hw/dell/R7425/100g-dtn.ks +++ b/ks-template/hw/dell/R7425/100g-dtn.ks @@ -91,7 +91,7 @@ then else curl -o /tmp/cosmos-bootstrap "https://git.nordu.net/?p=ndn-iaas.git;a=blob_plain;f=bootstrap/cosmos-bootstrap;hb=HEAD" chmod +x /tmp/cosmos-bootstrap - /tmp/cosmos-bootstrap "http://gitproxy.nordu.net/ndn-sysconf.git" ${CosmosHash} COSMOSTAG + /tmp/cosmos-bootstrap "http://gitproxy.nordu.net/ndn-sysconf.git" ${CosmosHash} COSMOSTAG HOSTNAME.DOMAIN fi # return to the first vt 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 77acd86..52e4547 100644 --- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks +++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks @@ -86,7 +86,7 @@ then else curl -o /tmp/cosmos-bootstrap "https://git.nordu.net/?p=ndn-iaas.git;a=blob_plain;f=bootstrap/cosmos-bootstrap;hb=HEAD" chmod +x /tmp/cosmos-bootstrap - /tmp/cosmos-bootstrap "http://gitproxy.nordu.net/ndn-sysconf.git" ${CosmosHash} COSMOSTAG + /tmp/cosmos-bootstrap "http://gitproxy.nordu.net/ndn-sysconf.git" ${CosmosHash} COSMOSTAG HOSTNAME.DOMAIN fi # return to the first vt #chvt 1 -- cgit v1.1