diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-07-23 20:22:23 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-24 08:57:23 +0900 |
commit | 062666c7c452711f3e38efdec0c2b952ced64d06 (patch) | |
tree | 426aade987dabef95eb7b51479f56509dcfb5b29 /tmpfiles.d/etc.conf.m4 | |
parent | 9c230b8f86e8e3ecd02e400bec0dbfe336baf1b1 (diff) | |
download | systemd-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/etc.conf.m4')
-rw-r--r-- | tmpfiles.d/etc.conf.m4 | 1 |
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 - - - - |