diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-12-10 07:13:56 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-12-10 07:13:56 +0100 |
commit | 415b6073453ccf4fc289aab2e9450bf6d768c74e (patch) | |
tree | 83e814de615dfeca395eaf403774f801aa7203e7 /scripts | |
parent | 1cba55c796ac112949064da51bda023858218d04 (diff) | |
download | imagefish-415b6073453ccf4fc289aab2e9450bf6d768c74e.tar.gz |
dnf wants releasever
Diffstat (limited to 'scripts')
-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 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 |