diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-10 09:22:16 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-10 09:22:16 -0400 |
commit | 3a00916f4eb86a96de7f8c94974d20e3ea91c474 (patch) | |
tree | e8b89ffa5c9dd83570e592aa86c7eedf072ccc5c /make | |
parent | 8ebb68394c059b3c92586ee4a4ed3136a3011c61 (diff) | |
download | minitramfs-3a00916f4eb86a96de7f8c94974d20e3ea91c474.tar.xz minitramfs-3a00916f4eb86a96de7f8c94974d20e3ea91c474.zip |
switch to ed25519, zstd
Diffstat (limited to 'make')
-rwxr-xr-x | make | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #!/bin/sh -[ -n "$compressor" ] || compressor="lz4 --best --favor-decSpeed -l" +#[ -n "$compressor" ] || compressor="lz4 --best --favor-decSpeed -l" +[ -n "$compressor" ] || compressor="zstd -19 -c -T0" #[ -n "$compressor" ] || compressor="xz -c --check=crc32 --x86 --lzma2=preset=9e" toppid=$$ |