From 6931039809abc87587471815be0e42d8350961b5 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Wed, 23 Sep 2026 13:43:00 +0200 Subject: [PATCH] core/locale: set the console keymap too (--vckeymap=ch-fr) 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 --- cook/ingredients/core/locale.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cook/ingredients/core/locale.ks b/cook/ingredients/core/locale.ks index 7ae59e6..b9f7191 100644 --- a/cook/ingredients/core/locale.ks +++ b/cook/ingredients/core/locale.ks @@ -1,5 +1,5 @@ # Keyboard, language, and timezone configuration -keyboard --xlayouts='ch (fr)' # Set keyboard layouts for Romandy +keyboard --vckeymap=ch-fr --xlayouts='ch (fr)' # Set keyboard layouts for Romandy: --vckeymap for the text console (tty login, headless), --xlayouts for graphical sessions lang en_US.UTF-8 # Set system language to American English. More languages could be supported: --addsupport=cs_CZ,de_DE,en_UK timezone Europe/Zurich --utc # Set system timezone to Zurich