- Notifications
You must be signed in to change notification settings - Fork273
First boot installer and configuration tool
License
coreos/ignition
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
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 theGetting Started Guide for details on providing Ignition with a runtime configuration.
- Fedora CoreOS
- Red Hat Enterprise Linux CoreOS
- Flatcar
- openSUSE MicroOS
- SUSE Linux Enterprise Micro
- Mailing list:coreos@lists.fedoraproject.org
- IRC: #fedora-coreos on Libera.Chat
- Reporting bugs:issues
SeeCONTRIBUTING for details on submitting patches and the contribution workflow.
To help triage or fix bugs, see the currentIgnition issues.
To validate a config for Ignition there are binaries for a cli tool calledignition-validate availableon the releases page. There is also an ignition-validate container:quay.io/coreos/ignition-validate.
Example:
# This example uses podman, but docker can be used toopodman run --pull=always --rm -i quay.io/coreos/ignition-validate:release - < myconfig.ignAbout
First boot installer and configuration tool
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.