Skip to content

Commit

Permalink
README: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stendler authored Apr 23, 2024
1 parent c9bdcaf commit 8e619bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This repository contains a template configuration to initially setup a machine using
[ignition](https://en.opensuse.org/Portal:MicroOS/Ignition) & [combustion](https://en.opensuse.org/Portal:MicroOS/Combustion),
and a script to generate a configuration from based on a `.env` file.
and a script to generate a configuration based on a `.env` file.

This configuration can then be [embedded into a qcow2 image](https://www.matthiaspreu.com/posts/fedora-coreos-embed-ignition-config/) and tested with qemu,
This configuration can then be [embedded into a qcow2 image](https://www.matthiaspreu.com/posts/fedora-coreos-embed-ignition-config/) or iso and tested with qemu,
or further modified to your liking,
or put on a USB-drive with the label `ignition` to be supplied to a system on its first boot.

Expand All @@ -19,5 +19,5 @@ or put on a USB-drive with the label `ignition` to be supplied to a system on it
Create a copy of `example.env` and fill its values.
Run `./generate-ignition.sh my.env` to generate the missing config files from the templates.

The disks folder now contains everything ready to put into a filesystem with the label `ignition`. E.g. on a USB-drive.
The disks folder now contains everything ready to put into a filesystem with the label `ignition`. E.g. on a USB-drive.
To create an ISO image, run `./generate-iso.sh ignition.iso`.

0 comments on commit 8e619bb

Please sign in to comment.