From 939137abb418080b1b18db7d2c7b5bda116ee473 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 19 Sep 2024 18:54:47 +0200 Subject: [PATCH] firstboot: Prompt for keymap It's rather crucial to have a good firstboot experience that you can immediately set the right keymap so let's make sure we prompt for it. --- units/systemd-firstboot.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-firstboot.service b/units/systemd-firstboot.service index 78a408708b2..15b7744289b 100644 --- a/units/systemd-firstboot.service +++ b/units/systemd-firstboot.service @@ -31,7 +31,7 @@ Before=shutdown.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart=systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password +ExecStart=systemd-firstboot --prompt-locale --prompt-keymap --prompt-timezone --prompt-root-password StandardOutput=tty StandardInput=tty StandardError=tty