From d8db6fae832b71d8683c4969c545d1be5ec02c78 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Fri, 14 Jun 2024 15:42:58 +0200 Subject: [PATCH] docs: add known users section add Ignition users Signed-off-by: Mathieu Tortuyaux --- README.md | 10 +++++++++- docs/index.md | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3c264602..4436ed9aa 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ # Ignition -Ignition is the utility used by Fedora CoreOS and RHEL CoreOS to manipulate disks during the initramfs. This includes partitioning disks, formatting partitions, writing files (regular files, systemd units, etc.), and configuring users. On first boot, Ignition reads its configuration from a source of truth (remote URL, network metadata service, hypervisor bridge, etc.) and applies the configuration. +Ignition is a utility created to manipulate disks during the initramfs. This includes partitioning disks, formatting partitions, writing files (regular files, systemd units, etc.), and configuring users. On first boot, Ignition reads its configuration from a source of truth (remote URL, network metadata service, hypervisor bridge, etc.) and applies the configuration. ## Usage Odds are good that you don't want to invoke Ignition directly. In fact, it isn't even present in the root filesystem. Take a look at the [Getting Started Guide][getting started] for details on providing Ignition with a runtime configuration. +## Known users + +- Fedora CoreOS +- Red Hat Enterprise Linux CoreOS +- Flatcar +- openSUSE MicroOS +- SUSE Linux Enterprise Micro + ## Contact - Mailing list: [coreos@lists.fedoraproject.org](https://lists.fedoraproject.org/archives/list/coreos@lists.fedoraproject.org/) diff --git a/docs/index.md b/docs/index.md index 0e37a1618..8ff0fbb7c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,12 +4,20 @@ nav_order: 1 # Ignition -Ignition is the utility used by Fedora CoreOS and RHEL CoreOS to manipulate disks during the initramfs. This includes partitioning disks, formatting partitions, writing files (regular files, systemd units, etc.), and configuring users. On first boot, Ignition reads its configuration from a source of truth (remote URL, network metadata service, hypervisor bridge, etc.) and applies the configuration. +Ignition is a utility created to manipulate disks during the initramfs. This includes partitioning disks, formatting partitions, writing files (regular files, systemd units, etc.), and configuring users. On first boot, Ignition reads its configuration from a source of truth (remote URL, network metadata service, hypervisor bridge, etc.) and applies the configuration. ## Usage Odds are good that you don't want to invoke Ignition directly. In fact, it isn't even present in the root filesystem. Take a look at the [Getting Started Guide][getting started] for details on providing Ignition with a runtime configuration. +## Known users + +- Fedora CoreOS +- Red Hat Enterprise Linux CoreOS +- Flatcar +- openSUSE MicroOS +- SUSE Linux Enterprise Micro + ## Contact - Mailing list: [coreos@lists.fedoraproject.org](https://lists.fedoraproject.org/archives/list/coreos@lists.fedoraproject.org/)