mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
fix backslashes in /etc/issue and add a motd back
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
cd0366a560
commit
ce13c65017
@ -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-
|
||||||
|
|
||||||
|
@ -7,6 +7,6 @@ Kernel \r on an \m (\l)
|
|||||||
/"""""""""""""""""\___/ ===
|
/"""""""""""""""""\___/ ===
|
||||||
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
|
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
|
||||||
\______ o __/
|
\______ o __/
|
||||||
\ \ __/
|
\\ \\ __/
|
||||||
\____\_______/
|
\\____\\_______/
|
||||||
|
|
||||||
|
1
alpine/etc/motd
Normal file
1
alpine/etc/motd
Normal file
@ -0,0 +1 @@
|
|||||||
|
Welcome to the Moby alpha, based on Alpine Linux.
|
Loading…
Reference in New Issue
Block a user