[arch-releng] [PATCH 1/1] add zstd in supported squashfs compression list

Christian Hesse list at eworm.de
Mon Sep 2 11:25:37 UTC 2019


From: Christian Hesse <mail at eworm.de>

Signed-off-by: Christian Hesse <mail at eworm.de>
---
 archiso/mkarchiso | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archiso/mkarchiso b/archiso/mkarchiso
index 72a6e32..567a5af 100755
--- a/archiso/mkarchiso
+++ b/archiso/mkarchiso
@@ -93,7 +93,7 @@ _usage ()
     echo "                     img: prepare airootfs.sfs for dm-snapshot usage"
     echo "                     sfs: prepare airootfs.sfs for overlayfs usage"
     echo "                     Default: ${sfs_mode}"
-    echo "    -c <comp_type>   Set SquashFS compression type (gzip, lzma, lzo, xz)"
+    echo "    -c <comp_type>   Set SquashFS compression type (gzip, lzma, lzo, xz, zstd)"
     echo "                     Default: '${sfs_comp}'"
     echo "    -v               Enable verbose output"
     echo "    -h               This message"


More information about the arch-releng mailing list