Imported using git-ubuntu import.
Changelog parent: 35c929f886
New changelog entries:
[ Michael Vogt ]
* 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
[ Oliver Grawert ]
* add systemd-journal-remote group to touch builds
impish
parent
35c929f886
commit
c9aadc4a69
@ -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…
Reference in new issue