From 4a455dc87897c5123a867b46711a061464ebab67 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 19 Apr 2024 11:10:36 +0200 Subject: [PATCH] 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 (cherry picked from commit 6dd697fd38a3125fc790b11321172bc2aa3cb2fc) --- fedora-riscv64-developer-f40.ks | 3 +++ fedora-riscv64-minimal-f40-experimental.ks | 3 +++ fedora-riscv64-minimal-f40-kiwi.ks | 3 +++ fedora-riscv64-minimal-f40.ks | 3 +++ 4 files changed, 12 insertions(+) diff --git a/fedora-riscv64-developer-f40.ks b/fedora-riscv64-developer-f40.ks index f77e0d8..4156129 100644 --- a/fedora-riscv64-developer-f40.ks +++ b/fedora-riscv64-developer-f40.ks @@ -65,7 +65,10 @@ passwd # Adding kiwi for disk image generation kiwi-cli +# Install the English locale, but not all the other ones glibc-langpack-en +-glibc-all-langpacks + glibc-static lsof nano diff --git a/fedora-riscv64-minimal-f40-experimental.ks b/fedora-riscv64-minimal-f40-experimental.ks index 6275824..b878fcd 100644 --- a/fedora-riscv64-minimal-f40-experimental.ks +++ b/fedora-riscv64-minimal-f40-experimental.ks @@ -62,7 +62,10 @@ dracut-config-generic passwd +# Install the English locale, but not all the other ones glibc-langpack-en +-glibc-all-langpacks + nano chrony haveged diff --git a/fedora-riscv64-minimal-f40-kiwi.ks b/fedora-riscv64-minimal-f40-kiwi.ks index 4d8a64f..0c52c4d 100644 --- a/fedora-riscv64-minimal-f40-kiwi.ks +++ b/fedora-riscv64-minimal-f40-kiwi.ks @@ -59,7 +59,10 @@ dracut-config-generic passwd +# Install the English locale, but not all the other ones glibc-langpack-en +-glibc-all-langpacks + nano chrony haveged diff --git a/fedora-riscv64-minimal-f40.ks b/fedora-riscv64-minimal-f40.ks index 4842985..0a76a82 100644 --- a/fedora-riscv64-minimal-f40.ks +++ b/fedora-riscv64-minimal-f40.ks @@ -55,7 +55,10 @@ dracut-config-generic passwd +# Install the English locale, but not all the other ones glibc-langpack-en +-glibc-all-langpacks + nano chrony haveged