aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-12-10 07:13:56 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-12-10 07:13:56 +0100
commit415b6073453ccf4fc289aab2e9450bf6d768c74e (patch)
tree83e814de615dfeca395eaf403774f801aa7203e7 /scripts
parent1cba55c796ac112949064da51bda023858218d04 (diff)
downloadimagefish-415b6073453ccf4fc289aab2e9450bf6d768c74e.tar.gz
dnf wants releasever
Diffstat (limited to 'scripts')
-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 ee2712c..5d45edf 100755
--- a/scripts/install-redhat.sh
+++ b/scripts/install-redhat.sh
@@ -146,6 +146,7 @@ dnf)
if test "$conf" != ""; then
tool="$tool --config=${conf}"
tool="$tool --setopt=reposdir=${dest}/etc/yum.repos.d"
+ tool="$tool --releasever=0"
fi
inst=""
for item in $grps; do inst="${inst} @${item}"; done