From 2abe0d8f1bfd527e4c9321f9b5a1d1e8e23cd945 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 7 Dec 2015 18:48:51 +0000 Subject: [PATCH] fix backslashes in /etc/issue and add a motd back Signed-off-by: Justin Cormack --- alpine/Makefile | 2 +- alpine/etc/issue | 4 ++-- alpine/etc/motd | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 alpine/etc/motd diff --git a/alpine/Makefile b/alpine/Makefile index 13df7c71c..a14e456b4 100644 --- a/alpine/Makefile +++ b/alpine/Makefile @@ -1,6 +1,6 @@ all: initrd.img -ETCFILES=etc/motd etc/inittab etc/network/interfaces +ETCFILES=etc/issue etc/motd etc/inittab etc/network/interfaces #ETCFILES+=etc/init.d/sysfs etc/init.d/cgroupfs-mount ETCFILES+=etc/hostname- etc/resolv.conf- etc/hosts- diff --git a/alpine/etc/issue b/alpine/etc/issue index c1356a789..8fdcefd44 100644 --- a/alpine/etc/issue +++ b/alpine/etc/issue @@ -7,6 +7,6 @@ Kernel \r on an \m (\l) /"""""""""""""""""\___/ === ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~ \______ o __/ - \ \ __/ - \____\_______/ + \\ \\ __/ + \\____\\_______/ diff --git a/alpine/etc/motd b/alpine/etc/motd new file mode 100644 index 000000000..5c7e9f2da --- /dev/null +++ b/alpine/etc/motd @@ -0,0 +1 @@ +Welcome to the Moby alpha, based on Alpine Linux.