mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-06 00:14:22 +00:00
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
|
||||
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*"
|
||||
|
Loading…
Reference in New Issue
Block a user