mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-25 04:11:14 +00:00
- set snappy specific motd * live-build/ubuntu-core/hooks/13-set-locale.chroot: - set default locale to C.UTF-8
12 lines
308 B
Bash
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
|