mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
Imported using git-ubuntu import. Changelog parent: da9dd163bad89ade1243926c6abcc146cb6188f3 New changelog entries: * Fix snappy motd to not reference 'development', which isn't always true.
13 lines
313 B
Bash
13 lines
313 B
Bash
#!/bin/sh
|
|
|
|
cat >/etc/motd<<EOF
|
|
Welcome to snappy Ubuntu Core, a transactionally updated Ubuntu.
|
|
|
|
* See https://ubuntu.com/snappy
|
|
|
|
It's a brave new world here in snappy Ubuntu Core! This machine
|
|
does not use apt-get or deb packages. Please see 'snappy --help'
|
|
for app installation and transactional updates.
|
|
|
|
EOF
|