diff options
author | Mike Yuan <me@yhndnzj.com> | 2023-01-17 18:21:59 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-02-15 21:00:51 +0100 |
commit | f129d0e77c4c9a0e12ae38cd241cd49846844a80 (patch) | |
tree | 6518a9c10e5f4697ac1ab47e668330bcfa780ba9 /tmpfiles.d | |
parent | journal: cat: set JOURNAL_STREAM before exec-ing (diff) | |
download | systemd-f129d0e77c4c9a0e12ae38cd241cd49846844a80.tar.xz systemd-f129d0e77c4c9a0e12ae38cd241cd49846844a80.zip |
vconsole: allow setting default keymap through build option
Allow defining the default keymap to be used by
vconsole-setup through a build option. A template
vconsole.conf also gets populated by tmpfiles if
it doesn't exist.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/etc.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpfiles.d/etc.conf.in b/tmpfiles.d/etc.conf.in index 2fdd498da5..e54d3b1899 100644 --- a/tmpfiles.d/etc.conf.in +++ b/tmpfiles.d/etc.conf.in @@ -14,6 +14,7 @@ t /etc/mtab - - - - security.SMACK64=_ {% endif %} C! /etc/locale.conf - - - - C! /etc/nsswitch.conf - - - - +C! /etc/vconsole.conf - - - - {% if HAVE_PAM %} C! /etc/pam.d - - - - {% endif %} |