Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions user-docs/modules/ROOT/pages/using-image-builder.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,14 @@ The simplified installer provides zero-touch provisioning using FDO or Ignition:

----
$ sudo image-builder build iot-simplified-installer \
--distro fedora-43 \
--ostree-url http://localhost:8000 \
--ostree-ref fedora/stable/x86_64/iot \
--output-dir ./images
----
--distro fedora-43 \
--ostree-url http://localhost:8000 \
--ostree-ref fedora/stable/x86_64/iot \
--ignition-config ./config.ign # <--- Adding this prevents the Nil Pointer crash
----
[IMPORTANT]
_.Mandatory Ignition Config File_
The --ignition-config flag is required. You must have a valid .ign file in your current directory before running this command.

See xref:booting-the-simplified-provisioner.adoc[Booting the Simplified Provisioner] for more details.

Expand Down