copy sub-directories under /etc/yum.repos.d

This commit is contained in:
Arthur Barr
2019-02-05 13:53:59 +00:00
parent f3c858184f
commit 9a8ff9b524

View File

@@ -62,7 +62,7 @@ readonly mqdev=$5
###############################################################################
# Use the Yum repositories configured on the host
cp /etc/yum.repos.d/* ${mnt_mq}/etc/yum.repos.d/
cp -R /etc/yum.repos.d/* ${mnt_mq}/etc/yum.repos.d/
# Install the packages required by MQ
yum install -y --installroot=${mnt_mq} --setopt install_weak_deps=false --setopt=tsflags=nodocs --setopt=override_install_langs=en_US.utf8 \
bash \