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.
This commit is contained in:
Lennart Poettering 2019-07-23 20:22:23 +02:00 committed by Yu Watanabe
parent 9c230b8f86
commit 062666c7c4
2 changed files with 4 additions and 0 deletions

3
factory/etc/issue Normal file
View File

@ -0,0 +1,3 @@
\S
Kernel \r on an \m (\l)

View File

@ -20,3 +20,4 @@ C /etc/nsswitch.conf - - - -
m4_ifdef(`HAVE_PAM',
C /etc/pam.d - - - -
)m4_dnl
C /etc/issue - - - -