Michael Vogt 52f8a0544f - fix message
* live-build/ubuntu-core/hooks/14-set-motd.chroot:
  - update motd
2014-12-10 12:56:48 +01:00

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