From: Lennart Poettering Date: Tue, 23 Jul 2019 18:22:23 +0000 (+0200) Subject: factory: add default /etc/issue file X-Git-Tag: v243-rc1~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=062666c7c452711f3e38efdec0c2b952ced64d06;p=thirdparty%2Fsystemd.git 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. --- diff --git a/factory/etc/issue b/factory/etc/issue new file mode 100644 index 00000000000..101671f84d5 --- /dev/null +++ b/factory/etc/issue @@ -0,0 +1,3 @@ +\S +Kernel \r on an \m (\l) + diff --git a/tmpfiles.d/etc.conf.m4 b/tmpfiles.d/etc.conf.m4 index df8d42101ca..7ad908c9bf2 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 - - - -