]> git.ipfire.org Git - thirdparty/systemd.git/commit
vconsole-setup: use "@kernel" rather than "kernel" as special string to leave keymap...
authorLennart Poettering <lennart@poettering.net>
Thu, 10 Aug 2023 13:12:15 +0000 (15:12 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Aug 2023 19:17:57 +0000 (04:17 +0900)
commitbf77d59772722e96508df91bd24e1b6940b3edfb
tree4009ab2c0f25aa7183bc7360e4361e491e2e6ff5
parent09256904ede354272acc170a465f2deeb030e2c0
vconsole-setup: use "@kernel" rather than "kernel" as special string to leave keymap untouched

This is a magic string, and we should avoid stepping into the territory
of normal keymap names with that, given that users can pick names
otherwise freely.

Hence, prefix the name with a special char to avoid any namespace
issues.

Follow-up for: #28660
man/vconsole.conf.xml
meson.build
src/vconsole/vconsole-setup.c