diff --git a/docs/content/en/_index.html b/docs/content/en/_index.html index cb16f5db276..ece896a4715 100644 --- a/docs/content/en/_index.html +++ b/docs/content/en/_index.html @@ -9,7 +9,7 @@
cOS toolkit allows to maintain custom Linux derivatives in a GitOps style with container registries.
+Elemental toolkit allows to maintain custom Linux derivatives in a GitOps style with container registries.
A common featureset shared between cOS derivatives, completely pluggable.
+A common featureset shared between Elemental derivatives, completely pluggable.
cOS derivatives are single container image OS that are bootable from a system. They follow an OTA update style and gets upgrades from regular container registries.
+derivatives built with Elemental are single container image OS that are bootable from a system. They follow an A/B update style and gets upgrades from regular container registries.
Ready to upgrade?
diff --git a/docs/content/en/docs/_index.md b/docs/content/en/docs/_index.md index d2a544073eb..fc408c97912 100755 --- a/docs/content/en/docs/_index.md +++ b/docs/content/en/docs/_index.md @@ -8,19 +8,19 @@ menu: weight: 20 --- -## What is cOS? +## What is Elemental toolkit? -cOS is a toolkit which allows container images to be bootable in VMs, baremetals, embedded devices, and much more. +Elemental is a toolkit which allows container images to be bootable in VMs, baremetals, embedded devices, and much more. -cOS allows to create meta-Linux derivatives which are configured throughout cloud-init configuration files and are immutable by default. +Elemental allows to create meta-Linux derivatives which are configured throughout cloud-init configuration files and are immutable by default. -cOS and derivatives shares a common feature set, can be upgraded with a A/B mechanism, and upgrades are delivered with standard container registries. +Elemental and derivatives shares a common feature set, can be upgraded with a A/B mechanism, and upgrades are delivered with standard container registries. -cOS comes also with vanilla images that can be used to boot directly container images built with the toolkit. +Elemental comes also with vanilla images that can be used to boot directly container images built with the toolkit. -## Why cOS? +## Why Elemental? -cOS allows to create custom OS versions in your cluster with standard container images with a high degree of customization. It can also be used in its vanilla form - cOS enables then everyone to build their own derivative and access it in various formats. +Elemental allows to create custom OS versions in your cluster with standard container images with a high degree of customization. It can also be used in its vanilla form - Elemental enables then everyone to build their own derivative and access it in various formats. To build a bootable image is as simple as running `docker build`. @@ -38,7 +38,7 @@ To build a bootable image is as simple as running `docker build`. - Easy to customize - Cryptographically verified - instant switch from different versions -- recovery mechanism with `cOS` vanilla images (or bring your own) +- recovery mechanism with `Elemental` vanilla images (or bring your own) ## Mission diff --git a/make/Makefile.docs b/make/Makefile.docs index c2954645022..f07936f2ef8 100644 --- a/make/Makefile.docs +++ b/make/Makefile.docs @@ -3,7 +3,7 @@ # # -export BASE_URL?=https://rancher-sandbox.github.io/cOS-toolkit/ +export BASE_URL?=https://rancher.github.io/elemental-toolkit/ docs-deps: $(LUET) $(HUGO) $(YQ)