diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-29 14:38:12 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-29 14:38:12 +0100 |
commit | 7b35f568c5a73efc3ae76d7fa1f0d663d21b7861 (patch) | |
tree | c30b74e8b8f54c5d1b58ffa5d592ef0b9298e2ed /scripts | |
parent | 536ef19d23a428a78929c863d85eab837143cd64 (diff) | |
download | imagefish-7b35f568c5a73efc3ae76d7fa1f0d663d21b7861.tar.gz |
disable zchunk
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 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="" |