Michael Vogt 648dc764a3 * live-build/ubuntu-core/hooks/14-set-motd.chroot:
- set snappy specific motd
* live-build/ubuntu-core/hooks/13-set-locale.chroot:
  - set default locale to C.UTF-8
2014-11-28 21:36:07 +01:00

12 lines
308 B
Bash

#!/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