You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).