summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-23 20:22:23 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-24 08:57:23 +0900
commit062666c7c452711f3e38efdec0c2b952ced64d06 (patch)
tree426aade987dabef95eb7b51479f56509dcfb5b29 /tmpfiles.d
parent9c230b8f86e8e3ecd02e400bec0dbfe336baf1b1 (diff)
downloadsystemd-062666c7c452711f3e38efdec0c2b952ced64d06.tar.gz
factory: add default /etc/issue file
Booting up an image with --volatile=yes otherwise looks so naked, so let's include this file in the default factory too. It's common and simple and should be safe to ship.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r--tmpfiles.d/etc.conf.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpfiles.d/etc.conf.m4 b/tmpfiles.d/etc.conf.m4
index df8d42101c..7ad908c9bf 100644
--- a/tmpfiles.d/etc.conf.m4
+++ b/tmpfiles.d/etc.conf.m4
@@ -20,3 +20,4 @@ C /etc/nsswitch.conf - - - -
m4_ifdef(`HAVE_PAM',
C /etc/pam.d - - - -
)m4_dnl
+C /etc/issue - - - -