Merge pull request #34229 from dodiadodia/patch-1
Update mkimage-yum.sh Upstream-commit: 885cd5fbe53211190390c434acf92548b5e6f5ee Component: engine
This commit is contained in:
@ -81,13 +81,13 @@ fi
|
||||
if [[ -n "$install_groups" ]];
|
||||
then
|
||||
yum -c "$yum_config" --installroot="$target" --releasever=/ --setopt=tsflags=nodocs \
|
||||
--setopt=group_package_types=mandatory -y groupinstall $install_groups
|
||||
--setopt=group_package_types=mandatory -y groupinstall "$install_groups"
|
||||
fi
|
||||
|
||||
if [[ -n "$install_packages" ]];
|
||||
then
|
||||
yum -c "$yum_config" --installroot="$target" --releasever=/ --setopt=tsflags=nodocs \
|
||||
--setopt=group_package_types=mandatory -y install $install_packages
|
||||
--setopt=group_package_types=mandatory -y install "$install_packages"
|
||||
fi
|
||||
|
||||
yum -c "$yum_config" --installroot="$target" -y clean all
|
||||
|
||||
Reference in New Issue
Block a user