diff options
-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 5d45edf..7878578 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 --setopt=zchunk=off" tool="$tool --releasever=0" fi inst="" |