zstd cosmetic support

Signed-off-by: Stefano <stefano@manjaro.org>
This commit is contained in:
Stefano 2019-11-14 23:17:30 +01:00
parent c64b5fde27
commit 331ed19659
No known key found for this signature in database
GPG key ID: 8DB9F8C18DF53602

View file

@ -139,7 +139,7 @@ make_sfs() {
local highcomp="-b 256K -Xbcj x86" local highcomp="-b 256K -Xbcj x86"
# local comp='xz' # local comp='xz'
[[ "${iso_compression}" != "xz" ]] && highcomp="" [[ "${iso_compression}" != "xz" ]] || [[ "${iso_compression}" != "zstd" ]] && highcomp=""
if [[ "${name}" == "mhwdfs" && ${used_kernel} < "4" ]]; then if [[ "${name}" == "mhwdfs" && ${used_kernel} < "4" ]]; then
mksfs_args+=(-comp lz4) mksfs_args+=(-comp lz4)