summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Große Sundrup <jonas-git@grosse-sundrup.com>2021-01-30 12:35:24 +0100
committerJonas Große Sundrup <jonas-git@grosse-sundrup.com>2021-01-30 12:35:24 +0100
commitd4d62ae6beae738b70568d81b6c5cd922fafbe59 (patch)
treeddcdf1ef1c8e567877f17a70737ef01aea26840c
parent55e6ce3d3349e4f4c12565dc82fcab5bccb44900 (diff)
downloadmkinitcpio-d4d62ae6beae738b70568d81b6c5cd922fafbe59.tar.gz
mkinitcpio-d4d62ae6beae738b70568d81b6c5cd922fafbe59.tar.xz
Remove explicit default for compression level of zstd
-rwxr-xr-xmkinitcpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 9e875b7..2067572 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -212,7 +212,7 @@ build_image() {
COMPRESSION_OPTIONS=('-l' "${COMPRESSION_OPTIONS[@]}")
;;
zstd)
- COMPRESSION_OPTIONS=('-15' '-T0' "${COMPRESSION_OPTIONS[@]}")
+ COMPRESSION_OPTIONS=('-T0' "${COMPRESSION_OPTIONS[@]}")
;;
esac