Merge "Fix debian-minimal image building"
This commit is contained in:
commit
4b1b813a68
elements
@ -1,2 +1 @@
|
|||||||
debootstrap
|
debootstrap
|
||||||
package-installs
|
|
||||||
|
@ -10,4 +10,3 @@ net-tools:
|
|||||||
cloud-init:
|
cloud-init:
|
||||||
cloud-utils:
|
cloud-utils:
|
||||||
cloud-initramfs-growroot:
|
cloud-initramfs-growroot:
|
||||||
locales-all:
|
|
||||||
|
@ -21,6 +21,8 @@ fi
|
|||||||
set -eu
|
set -eu
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
[ -f /etc/locale.gen ] && rm /etc/locale.gen
|
||||||
|
|
||||||
debconf-set-selections - <<EOF
|
debconf-set-selections - <<EOF
|
||||||
locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8
|
locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8
|
||||||
# Choices: None, C.UTF-8, en_US.UTF-8
|
# Choices: None, C.UTF-8, en_US.UTF-8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user