]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
factory: add default /etc/issue file
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Jul 2019 18:22:23 +0000 (20:22 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 23 Jul 2019 23:57:23 +0000 (08:57 +0900)
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 [new file with mode: 0644]
tmpfiles.d/etc.conf.m4

diff --git a/factory/etc/issue b/factory/etc/issue
new file mode 100644 (file)
index 0000000..101671f
--- /dev/null
@@ -0,0 +1,3 @@
+\S
+Kernel \r on an \m (\l)
+
index df8d42101ca51a419be8b9556daa6b9384d98011..7ad908c9bf274301ae754cb2cabb8ad1391ea7d4 100644 (file)
@@ -20,3 +20,4 @@ C /etc/nsswitch.conf - - - -
 m4_ifdef(`HAVE_PAM',
 C /etc/pam.d - - - -
 )m4_dnl
+C /etc/issue - - - -