Skip to content
Snippets Groups Projects
Verified Commit aaead9a1 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

docs(kOS): Add basic usage instructions

parent d7f16921
Branches
Tags
No related merge requests found
Pipeline #16149 passed
......@@ -3,6 +3,20 @@ kOS
kOS (read 'chaos') is a simple OS based on CoreOS with the applied modifications for this repositories needs. It'll provide an easy way to reliably update the base OS of the cluster.
Usage
---
To install kOS, it's currently mandatory to install a regular CoreOS machine first. Then run the following command:
```shell
sudo rpm-ostree rebase --experimental ostree-unverified-registry:quay.io/shivering-isles/kos:stable
sudo systemctl reboot
```
This will download the latest images version and rebase the existing system to this customised image.
For updates, just run the regular `rpm-ostree upgrade`.
Concept
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment