summaryrefslogtreecommitdiffstats
path: root/units
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-09-19 18:54:47 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-09-19 21:47:27 +0200
commit939137abb418080b1b18db7d2c7b5bda116ee473 (patch)
treeee1b8e922d1c9af5b2a903782b950f956078b86f /units
parenthwdb: add keymaps for Acer Nitro 5 AN515-47 (#34493) (diff)
downloadsystemd-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.service2
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