mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-09 20:28:08 +00:00
Imported using git-ubuntu import. Changelog parent: aca40d6ebfe51f31b27d745d4b21b8b724c7582b New changelog entries: [ Michael Vogt ] * update kernel snap building to match the new kernel policy * system-image: add /usr/local/bin/xdg-open dbus helper [ Oliver Grawert ] * add u-boot-tools to all snappy arches * drop flash-kernel from snappy, it is useless there * create /boot/uboot dir on all arches and configure /etc/fw_env.config everywhere * adjust motd message on snappy (capitalize "Snappy Ubuntu Core" and replace the "snappy --help" with "snap --help" [ Adam Conrad ] * Stop explicitly removing systemd-sysv for touch. * Move touch resolution hints to a HINTS variable, and adjust for use on dual-stack gl/gles arches where things don't quite work right.
13 lines
311 B
Bash
13 lines
311 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 'snap --help'
|
|
for app installation and transactional updates.
|
|
|
|
EOF
|