summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2023-01-18 01:21:59 +0800
committerLuca Boccassi <luca.boccassi@gmail.com>2023-02-15 20:00:51 +0000
commitf129d0e77c4c9a0e12ae38cd241cd49846844a80 (patch)
tree6518a9c10e5f4697ac1ab47e668330bcfa780ba9 /tmpfiles.d
parent0688bea1631c9ddb83cbfadfe7e0bb66ffc3e17a (diff)
downloadsystemd-f129d0e77c4c9a0e12ae38cd241cd49846844a80.tar.gz
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.in1
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 %}