mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-25 12:21:10 +00:00
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat >/etc/motd<<EOF
|
||
|
Welcome to Ubuntu Core (development branch)
|
||
|
|
||
|
* See https://ubuntu.com/snappy
|
||
|
|
||
|
Surprise! It's a brave new Ubuntu world here in the snappy development
|
||
|
channel. Ubuntu Core does not use APT, see 'snappy --help' for ideas
|
||
|
on how to make the most of this transactional system.
|
||
|
EOF
|