mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 22:07:10 +00:00
Imported using git-ubuntu import. Changelog parent: c9aadc4a6985a3327e7dc52bc471f3156ae9d764 New changelog entries: [ Michael Vogt ] * live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary: - improve apt-get output * live-build/auto/config: - add click-apparmor for system-image * live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary: - fix incorrect "echo" - add missing wrappers for apt, apt-cache - fix message * live-build/ubuntu-core/hooks/14-set-motd.chroot: - update motd [ James Hunt ] * live-build/ubuntu-core/hooks/10-remove-documentation.binary: - compress remaining documentation to save further space.
13 lines
304 B
Bash
13 lines
304 B
Bash
#!/bin/sh
|
|
|
|
cat >/etc/motd<<EOF
|
|
Welcome to the Ubuntu Core rolling development release.
|
|
|
|
* 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
|