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.
This commit is contained in:
Daan De Meyer 2024-09-19 18:54:47 +02:00 committed by Yu Watanabe
parent 3135a21be4
commit 939137abb4

View 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