diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-07-23 20:22:23 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-24 08:57:23 +0900 |
commit | 062666c7c452711f3e38efdec0c2b952ced64d06 (patch) | |
tree | 426aade987dabef95eb7b51479f56509dcfb5b29 /factory | |
parent | 9c230b8f86e8e3ecd02e400bec0dbfe336baf1b1 (diff) | |
download | systemd-062666c7c452711f3e38efdec0c2b952ced64d06.tar.gz |
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.
Diffstat (limited to 'factory')
-rw-r--r-- | factory/etc/issue | 3 |
1 files changed, 3 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) + |