mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 11:51:11 +00:00
Import patches-unapplied version 2.515 to ubuntu/bionic-proposed
Imported using git-ubuntu import. Changelog parent: 3f7a76864551d3f60158fdfc4fddb71d343a7894 New changelog entries: * Set the default locale to C.UTF-8 in all server and cloud images. (LP: #1751051, #1759003)
This commit is contained in:
parent
3f7a768645
commit
29bf8e0b85
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.515) bionic; urgency=medium
|
||||
|
||||
* Set the default locale to C.UTF-8 in all server and cloud images.
|
||||
(LP: #1751051, #1759003)
|
||||
|
||||
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Tue, 27 Mar 2018 09:59:02 +1300
|
||||
|
||||
livecd-rootfs (2.514) bionic; urgency=medium
|
||||
|
||||
* On amd64, if building minimal images for bionic, xenial, or extra ppa,
|
||||
|
@ -94,6 +94,16 @@ Expire-Date: 0
|
||||
|
||||
lb bootstrap "$@"
|
||||
|
||||
case $PROJECT in
|
||||
ubuntu-server|ubuntu-cpc)
|
||||
# Set locale to C.UTF-8 by default. We should
|
||||
# probably do this for all images early in the
|
||||
# 18.10 cycle but for now just do it for
|
||||
# server and cpc products.
|
||||
echo "LANG=C.UTF-8" > chroot/etc/default/locale
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "${SUBPROJECT:-}" = minimized ] \
|
||||
&& ! Chroot chroot dpkg -l tzdata 2>&1 |grep -q ^ii; then
|
||||
# workaround for tzdata purge not removing these files
|
||||
|
Loading…
x
Reference in New Issue
Block a user