Merge "Fix debian-minimal image building"

This commit is contained in:
Jenkins 2016-01-29 04:32:24 +00:00 committed by Gerrit Code Review
commit 4b1b813a68
3 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1 @@
debootstrap
package-installs

View File

@ -10,4 +10,3 @@ net-tools:
cloud-init:
cloud-utils:
cloud-initramfs-growroot:
locales-all:

View File

@ -21,6 +21,8 @@ fi
set -eu
set -o pipefail
[ -f /etc/locale.gen ] && rm /etc/locale.gen
debconf-set-selections - <<EOF
locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8
# Choices: None, C.UTF-8, en_US.UTF-8