aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-05-06 16:14:11 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-05-06 16:14:11 +0200
commit72a6e3b3824a21ad40b703d2c1d8d526c7ad2bec (patch)
tree8fdcb4a32f3aa7f2840e43aa94682c1cb58cf24b
parentacd830797235c4d5e56ffb19ca44ec6b3636f024 (diff)
downloadimagefish-72a6e3b3824a21ad40b703d2c1d8d526c7ad2bec.tar.gz
no weak deps
-rwxr-xr-xscripts/install-redhat.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install-redhat.sh b/scripts/install-redhat.sh
index 4b31617..d7b4af8 100755
--- a/scripts/install-redhat.sh
+++ b/scripts/install-redhat.sh
@@ -153,6 +153,7 @@ dnf)
tool="$tool --config=${conf}"
tool="$tool --setopt=reposdir=${dest}/etc/yum.repos.d"
tool="$tool --setopt=zchunk=off"
+ tool="$tool --setopt=install_weak_deps=False"
tool="$tool --releasever=0"
fi
if test "$platform" != ""; then