diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-09-19 18:54:47 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-19 21:47:27 +0200 |
commit | 939137abb418080b1b18db7d2c7b5bda116ee473 (patch) | |
tree | ee1b8e922d1c9af5b2a903782b950f956078b86f /units | |
parent | hwdb: add keymaps for Acer Nitro 5 AN515-47 (#34493) (diff) | |
download | systemd-939137abb418080b1b18db7d2c7b5bda116ee473.tar.xz systemd-939137abb418080b1b18db7d2c7b5bda116ee473.zip |
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.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-firstboot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-firstboot.service b/units/systemd-firstboot.service index 78a408708b..15b7744289 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 |