Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:30
· 13 commits to main since this release
v2.3.0 — Unattended mode

setup.sh --unattended [--answers file.env] lets the entire wizard run
without a TTY. Every prompt is driven by UA_<KEY> environment variables
set in the answers file or the shell environment. Enables scripted
appliance builds, kickstart %post, and CI provisioning.

extras/answers-example.env lists all keys with their defaults and
typical values for a headless audio host. RPi-specific keys added:
PI_TWEAKS, PI_TWEAKS_WIFI_BT, PI_TWEAKS_HDMI (module 13-pi-tweaks);
RAM mode is module 14 here.

Ported from the x86 sibling (Bertrand Clech / renesenses, PR #3).