Only install English locale

Despite specifically asking for just the English locale, the
all-encompassing langpack is automatically dragged in. Avoid
that by explicitly blocking its installation.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
(cherry picked from commit 6dd697fd38a3125fc790b11321172bc2aa3cb2fc)
This commit is contained in:
Andrea Bolognani 2024-04-19 11:10:36 +02:00 committed by David Abdurachmanov
parent f878489f61
commit 4a455dc878
4 changed files with 12 additions and 0 deletions

View File

@ -65,7 +65,10 @@ passwd
# Adding kiwi for disk image generation # Adding kiwi for disk image generation
kiwi-cli kiwi-cli
# Install the English locale, but not all the other ones
glibc-langpack-en glibc-langpack-en
-glibc-all-langpacks
glibc-static glibc-static
lsof lsof
nano nano

View File

@ -62,7 +62,10 @@ dracut-config-generic
passwd passwd
# Install the English locale, but not all the other ones
glibc-langpack-en glibc-langpack-en
-glibc-all-langpacks
nano nano
chrony chrony
haveged haveged

View File

@ -59,7 +59,10 @@ dracut-config-generic
passwd passwd
# Install the English locale, but not all the other ones
glibc-langpack-en glibc-langpack-en
-glibc-all-langpacks
nano nano
chrony chrony
haveged haveged

View File

@ -55,7 +55,10 @@ dracut-config-generic
passwd passwd
# Install the English locale, but not all the other ones
glibc-langpack-en glibc-langpack-en
-glibc-all-langpacks
nano nano
chrony chrony
haveged haveged