diff --git a/rpm/update-config-files.sh b/rpm/update-config-files.sh index a85340fcd..9d38c0664 100755 --- a/rpm/update-config-files.sh +++ b/rpm/update-config-files.sh @@ -48,9 +48,8 @@ if [[ -n "$FEDORA" ]] || [[ "$RHEL" -ge 10 ]]; then sed -i -e '/^additionalimagestores\ =\ \[/a "\/usr\/lib\/containers\/storage",' storage.conf fi -# Set these on Fedora 41+ and RHEL 10+ -# regardless of distro -if [[ "$FEDORA" -gt 40 ]] || [[ "$RHEL" -ge 10 ]]; then +# Set these on RHEL 10+ +if [[ "$RHEL" -ge 10 ]]; then ensure pkg/config/containers.conf compression_format \"zstd:chunked\" # Leave composefs disabled ensure storage.conf use_composefs \"false\"