[projects/geninitrd] fix zstd compression

atler atler at pld-linux.org
Wed Dec 30 19:44:26 CET 2020


commit 71fdbccd1afb8dc5fc3510895e3d9a0711be0f3f
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Dec 30 19:13:27 2020 +0100

    fix zstd compression

 geninitrd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/geninitrd b/geninitrd
index ea7d438..b5d6cbe 100755
--- a/geninitrd
+++ b/geninitrd
@@ -1135,7 +1135,7 @@ find_compressor() {
 			prog=/usr/bin/lzop
 			;;
 		zstd)
-			sym=zstd
+			sym=unzstd
 			prog=/usr/bin/zstd
 			;;
 		none|no)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/f05c6bdb9dbb965abce51bc7275787621320f19a



More information about the pld-cvs-commit mailing list