toolbox: remove dnf swaps, add glibc-langpacks-all to be included.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-06-30 11:19:07 -07:00
parent 02439d3a30
commit d3c38de593
1 changed files with 1 additions and 7 deletions

View File

@ -13,7 +13,7 @@ vim-enhanced
dnf5
sudo
-glibc-minimal-langpack
-glibc-all-langpacks
glibc-all-langpacks
acl
bash
coreutils-common
@ -115,12 +115,6 @@ rm -rfv /var/cache/* /var/log/* /tmp/*
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
set -eux
# Swap coreutils-single with coreutils-full
dnf -y swap coreutils-single coreutils-full
# Swap glibc-minimal-langpack with glibc-all-langpacks
dnf -y swap glibc-minimal-langpack glibc-all-langpacks
# Check if specified files exist
declare -a files=(
"/usr/share/man/man1/bash.1*"