* 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
ubuntu/yakkety
Michael Vogt 10 years ago
parent f6a53fa61b
commit 648dc764a3

9
debian/changelog vendored

@ -1,3 +1,12 @@
livecd-rootfs (2.272) UNRELEASED; urgency=low
* 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
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 28 Nov 2014 21:34:18 +0100
livecd-rootfs (2.271) vivid; urgency=medium
* bump the hardcoded libmirplatform driver version for ubuntu-touch

@ -0,0 +1,7 @@
#!/bin/sh
set -e
cat >/etc/default/locale<<EOF
LANG="C.UTF-8"
EOF

@ -0,0 +1,11 @@
#!/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
Loading…
Cancel
Save