summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Clausen <jac@nordu.net>2018-08-01 14:18:22 +0200
committerJon Clausen <jac@nordu.net>2018-08-01 14:18:22 +0200
commit4035c5ee23f9971206c33f522e7d270506821339 (patch)
treed3d792e1f5639bcb154e27d319b5e2dee17e8323
parent1e497cec3d3a010c74bc582527b9385c1e5b9be3 (diff)
s/boostrap/bootstrap/
-rw-r--r--README2
-rw-r--r--ks-template/hw/dell/R7425/100g-dtn.ks6
-rw-r--r--ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks6
3 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index eb94131..50e703b 100644
--- a/README
+++ b/README
@@ -59,7 +59,7 @@ changed once the kernel is running.
Hence integrity is ensured all the way from the generation of the boot floppy,
through system install, right up to cosmos bootstrap.
-Cosmos boostrap can be skipped by passing --cosmos-hash=disabled to the script,
+Cosmos bootstrap can be skipped by passing --cosmos-hash=disabled to the script,
when generating the boot image.
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
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 35792eb..49c99c2 100644
--- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
+++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks
@@ -73,9 +73,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