From 9a8ff9b524632dc2450fd490c5edc19e83a2df43 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Tue, 5 Feb 2019 13:53:59 +0000 Subject: [PATCH] copy sub-directories under /etc/yum.repos.d --- mq-advanced-server-rhel/mq-buildah.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mq-advanced-server-rhel/mq-buildah.sh b/mq-advanced-server-rhel/mq-buildah.sh index 0c138eb..8df50a0 100755 --- a/mq-advanced-server-rhel/mq-buildah.sh +++ b/mq-advanced-server-rhel/mq-buildah.sh @@ -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 \