toolbox: remove dnf swaps, add glibc-langpacks-all to be included.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
02439d3a30
commit
d3c38de593
@ -13,7 +13,7 @@ vim-enhanced
|
|||||||
dnf5
|
dnf5
|
||||||
sudo
|
sudo
|
||||||
-glibc-minimal-langpack
|
-glibc-minimal-langpack
|
||||||
-glibc-all-langpacks
|
glibc-all-langpacks
|
||||||
acl
|
acl
|
||||||
bash
|
bash
|
||||||
coreutils-common
|
coreutils-common
|
||||||
@ -115,12 +115,6 @@ rm -rfv /var/cache/* /var/log/* /tmp/*
|
|||||||
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
|
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
|
||||||
set -eux
|
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
|
# Check if specified files exist
|
||||||
declare -a files=(
|
declare -a files=(
|
||||||
"/usr/share/man/man1/bash.1*"
|
"/usr/share/man/man1/bash.1*"
|
||||||
|
Loading…
Reference in New Issue
Block a user