From 062666c7c452711f3e38efdec0c2b952ced64d06 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Jul 2019 20:22:23 +0200 Subject: [PATCH] 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. --- factory/etc/issue | 3 +++ tmpfiles.d/etc.conf.m4 | 1 + 2 files changed, 4 insertions(+) create mode 100644 factory/etc/issue diff --git a/factory/etc/issue b/factory/etc/issue new file mode 100644 index 0000000000..101671f84d --- /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 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 - - - -