fix backslashes in /etc/issue and add a motd back

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2015-12-07 18:48:51 +00:00
parent cd0366a560
commit ce13c65017
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
all: initrd.img 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/init.d/sysfs etc/init.d/cgroupfs-mount
ETCFILES+=etc/hostname- etc/resolv.conf- etc/hosts- ETCFILES+=etc/hostname- etc/resolv.conf- etc/hosts-

View File

@ -7,6 +7,6 @@ Kernel \r on an \m (\l)
/"""""""""""""""""\___/ === /"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~ ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o __/ \______ o __/
\ \ __/ \\ \\ __/
\____\_______/ \\____\\_______/

1
alpine/etc/motd Normal file
View File

@ -0,0 +1 @@
Welcome to the Moby alpha, based on Alpine Linux.