summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-10 09:22:16 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-10 09:22:16 -0400
commit3a00916f4eb86a96de7f8c94974d20e3ea91c474 (patch)
treee8b89ffa5c9dd83570e592aa86c7eedf072ccc5c /make
parent8ebb68394c059b3c92586ee4a4ed3136a3011c61 (diff)
downloadminitramfs-3a00916f4eb86a96de7f8c94974d20e3ea91c474.tar.xz
minitramfs-3a00916f4eb86a96de7f8c94974d20e3ea91c474.zip
switch to ed25519, zstd
Diffstat (limited to 'make')
-rwxr-xr-xmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/make b/make
index 4282f64..5dc25f1 100755
--- a/make
+++ b/make
@@ -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=$$