aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-29 14:38:12 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-29 14:38:12 +0100
commit7b35f568c5a73efc3ae76d7fa1f0d663d21b7861 (patch)
treec30b74e8b8f54c5d1b58ffa5d592ef0b9298e2ed /scripts
parent536ef19d23a428a78929c863d85eab837143cd64 (diff)
downloadimagefish-7b35f568c5a73efc3ae76d7fa1f0d663d21b7861.tar.gz
disable zchunk
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 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=""