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
4bed07d9d0
commit
2abe0d8f1b
@ -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-
|
||||
|
||||
|
@ -7,6 +7,6 @@ Kernel \r on an \m (\l)
|
||||
/"""""""""""""""""\___/ ===
|
||||
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
|
||||
\______ 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