Merge "Fix debian-minimal image building"
This commit is contained in:
commit
4b1b813a68
@ -1,2 +1 @@
|
||||
debootstrap
|
||||
package-installs
|
||||
|
@ -10,4 +10,3 @@ net-tools:
|
||||
cloud-init:
|
||||
cloud-utils:
|
||||
cloud-initramfs-growroot:
|
||||
locales-all:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user