Merge branch 'default-locale-everywhere' into ubuntu/master

use-lxd-installer
Steve Langasek 1 year ago
commit 770125af8c

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (24.04.10) UNRELEASED; urgency=medium
* Set C.UTF-8 locale in /etc/default/locale for all images; originally
intended to be landed in the cosmic cycle..
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 07 Dec 2023 21:21:17 -0800
livecd-rootfs (24.04.9) noble; urgency=medium livecd-rootfs (24.04.9) noble; urgency=medium
* When building locally using the auto/build script unmounting fails. * When building locally using the auto/build script unmounting fails.

@ -165,15 +165,8 @@ Expire-Date: 0
lb bootstrap "$@" lb bootstrap "$@"
case $PROJECT:${SUBPROJECT:-} in # Set locale to C.UTF-8 by default. This may be overridden later.
ubuntu-server:*|ubuntu-cpc:*|ubuntu:desktop-preinstalled|ubuntu-wsl:*)
# 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 echo "LANG=C.UTF-8" > chroot/etc/default/locale
;;
esac
if [ "${SUBPROJECT:-}" = minimized ] \ if [ "${SUBPROJECT:-}" = minimized ] \
&& ! Chroot chroot dpkg -l tzdata 2>&1 |grep -q ^ii; then && ! Chroot chroot dpkg -l tzdata 2>&1 |grep -q ^ii; then

Loading…
Cancel
Save