phyllome-alpha is the name of one specific deployed machine; baking it
into every image gives each new install a name that collides with it on
the LAN. Default to a generic 'phyllomeos', renamed per machine after
install.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Only --xlayouts was set, so images got no /etc/vconsole.conf and the text
console used a US keymap. On the headless edition that is the login
prompt: a password typed in ch-fr during Initial Setup did not match
what the US-keymap tty login produced. Found testing the
phyllomeos-headless image from CI run 237 under wonder-vm.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
A full build of both editions takes ~25 min on the fedora:host runner
(run 237: 10:46-11:10), too costly to repeat on every push to main.
build-image.yaml now triggers only on v*.*.* tags; the tag path already
publishes the image and kickstart as a release, so the main-only
upload-artifact step is dropped. Recipes are still linted and validated
on every push by ci.yml.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>