diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 16:14:11 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 16:14:11 +0200 |
commit | 72a6e3b3824a21ad40b703d2c1d8d526c7ad2bec (patch) | |
tree | 8fdcb4a32f3aa7f2840e43aa94682c1cb58cf24b | |
parent | acd830797235c4d5e56ffb19ca44ec6b3636f024 (diff) | |
download | imagefish-72a6e3b3824a21ad40b703d2c1d8d526c7ad2bec.tar.gz |
no weak deps
-rwxr-xr-x | scripts/install-redhat.sh | 1 |
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 |