mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
* 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
This commit is contained in:
parent
f6a53fa61b
commit
648dc764a3
9
debian/changelog
vendored
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
|
||||
|
7
live-build/ubuntu-core/hooks/13-set-locale.chroot
Normal file
7
live-build/ubuntu-core/hooks/13-set-locale.chroot
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cat >/etc/default/locale<<EOF
|
||||
LANG="C.UTF-8"
|
||||
EOF
|
11
live-build/ubuntu-core/hooks/14-set-motd.chroot
Normal file
11
live-build/ubuntu-core/hooks/14-set-motd.chroot
Normal file
@ -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…
x
Reference in New Issue
Block a user