|
|
@ -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:*)
|
|
|
|
echo "LANG=C.UTF-8" > chroot/etc/default/locale
|
|
|
|
# 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 ] \
|
|
|
|
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
|
|
|
|