Preconfigured installer variant: skip the first-boot setup wizard #10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Idea from installed-system testing (2026-07-15): the unattended installer currently lands in Fedora's initial-setup wizard on first boot (language, keyboard, user, hostname, timezone). For some uses we want to pre-answer those at ISO build time so the machine boots straight to a ready login.
Mechanism: bootc-image-builder supports injecting kickstart content, and kickstart has first-class directives for exactly these answers (
user,lang,keyboard,timezone, hostname vianetwork). Anaconda's initial-setup skips sections that are already configured — pre-answer everything and the wizard should not appear at all.Shape: a
workflow_dispatchinput (or a config file in the repo) feeding a kickstart fragment into the ISO build — producing a personal provisioned ISO alongside the generic one.Payoffs:
Not scheduled; pipeline fundamentals first.