diff options
Diffstat (limited to 'ks-template/hw/dell/R7425')
| -rw-r--r-- | ks-template/hw/dell/R7425/100g-dtn.ks | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks index 5e71fce..8efd925 100644 --- a/ks-template/hw/dell/R7425/100g-dtn.ks +++ b/ks-template/hw/dell/R7425/100g-dtn.ks @@ -70,9 +70,9 @@ elif [ "${CosmosHash}" = "disabled" ] then echo "cosmos bootstrap disabled on kernel cmdline" else - curl -o /bin/cosmos-boostrap "https://git.nordu.net/?p=ndn-iaas.git;a=blob_plain;f=bootstrap/cosmos-bootstrap;hb=HEAD" - chmod +x /bin/cosmos-boostrap - /bin/cosmos-boostrap "http://gitproxy.nordu.net/ndn-sysconf.git" ${CosmosHash} HOSTNAME.DOMAIN + curl -o /bin/cosmos-bootstrap "https://git.nordu.net/?p=ndn-iaas.git;a=blob_plain;f=bootstrap/cosmos-bootstrap;hb=HEAD" + chmod +x /bin/cosmos-bootstrap + /bin/cosmos-bootstrap "http://gitproxy.nordu.net/ndn-sysconf.git" ${CosmosHash} HOSTNAME.DOMAIN fi # return to the first vt chvt 1 |
