mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
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:
parent
3135a21be4
commit
939137abb4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user