diff options
-rwxr-xr-x | mkinitcpio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ build_image() { COMPRESSION_OPTIONS=('-l' "${COMPRESSION_OPTIONS[@]}") ;; zstd) - COMPRESSION_OPTIONS=('-15' '-T0' "${COMPRESSION_OPTIONS[@]}") + COMPRESSION_OPTIONS=('-T0' "${COMPRESSION_OPTIONS[@]}") ;; esac |