Import patches-unapplied version 2.515 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 3f7a768645

New changelog entries:
  * Set the default locale to C.UTF-8 in all server and cloud images.
   (LP: #1751051, #1759003)
impish
Michael Hudson-Doyle 7 years ago committed by usd-importer
parent 3f7a768645
commit 29bf8e0b85

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…
Cancel
Save