]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
firstboot: Prompt for keymap
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 19 Sep 2024 16:54:47 +0000 (18:54 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Sep 2024 19:47:27 +0000 (04:47 +0900)
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

index 78a408708b21eb4e48a17d981b234ba2e209e33b..15b7744289b2d6c30fa42fb3ed3a2c30abaf82e2 100644 (file)
@@ -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