mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-07-31 18:19:40 +00:00
86e77bcd7f
The generated Subiquity autoinstall config defined no identity section. Newer Subiquity treats a config without an identity as incomplete and stops at an interactive "Continue with autoinstall?" confirmation, so the install never proceeds unattended (the prompt's advice to add 'autoinstall' to the kernel command line is a red herring -- it was already present). Provide an identity with a password sourced from the cluster passwd table so the install runs non-interactively. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>