From: Daan De Meyer Date: Thu, 19 Sep 2024 16:54:47 +0000 (+0200) Subject: firstboot: Prompt for keymap X-Git-Tag: v257-rc1~394 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=939137abb418080b1b18db7d2c7b5bda116ee473;p=thirdparty%2Fsystemd.git 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. --- 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