Skip to content

Commit

Permalink
Reapply "feat(squashfs)!: zstd compression level 22"
Browse files Browse the repository at this point in the history
This reverts commit 31b7508.
  • Loading branch information
madonuko committed Sep 23, 2024
1 parent 33c4866 commit 7668c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ impl IsoBuilder {
"lzo" => "-comp lzo",
"lz4" => "-comp lz4 -Xhc",
"xz" => "-comp xz -Xbcj x86",
"zstd" => "-comp zstd -Xcompression-level 19",
"zstd" => "-comp zstd -Xcompression-level 22",
"lzma" => "-comp lzma",
_ => bail!("Unknown squashfs compression: {sqfs_comp}"),
}
Expand Down

0 comments on commit 7668c19

Please sign in to comment.