summaryrefslogtreecommitdiffstats
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 01:57:23 +0200
commit062666c7c452711f3e38efdec0c2b952ced64d06 (patch)
tree426aade987dabef95eb7b51479f56509dcfb5b29
parentupdate TODO (diff)
downloadsystemd-062666c7c452711f3e38efdec0c2b952ced64d06.tar.xz
systemd-062666c7c452711f3e38efdec0c2b952ced64d06.zip
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.
-rw-r--r--factory/etc/issue3
-rw-r--r--tmpfiles.d/etc.conf.m41
2 files changed, 4 insertions, 0 deletions
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 - - - -