This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch main in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push: new d3c38de toolbox: remove dnf swaps, add glibc-langpacks-all to be included. d3c38de is described below
commit d3c38de59352ed47e445a52a6c93e48d3d3373b2 Author: Kevin Fenzi kevin@scrye.com AuthorDate: Fri Jun 30 11:19:07 2023 -0700
toolbox: remove dnf swaps, add glibc-langpacks-all to be included.
Signed-off-by: Kevin Fenzi kevin@scrye.com --- fedora-container-toolbox.ks | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/fedora-container-toolbox.ks b/fedora-container-toolbox.ks index 31b7dd4..41103b0 100644 --- a/fedora-container-toolbox.ks +++ b/fedora-container-toolbox.ks @@ -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*"