From: Harald Hoyer Date: Thu, 15 Mar 2018 08:56:18 +0000 (+0100) Subject: lsinitrd.sh: fixed zstd file signature X-Git-Tag: 048~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebfd53e1d9f3fabbf336086492f42be0a399ca51;p=thirdparty%2Fdracut.git lsinitrd.sh: fixed zstd file signature --- diff --git a/lsinitrd.sh b/lsinitrd.sh index dbcc330f8..80fbf922c 100755 --- a/lsinitrd.sh +++ b/lsinitrd.sh @@ -219,7 +219,7 @@ case $bin in $'\x89'LZO$'\0'*) CAT="lzop -d -c" ;; - $'0xFD2FB528'*) + $'\x28\xB5\x2F\xFD'*) CAT="zstd -d -c" ;; *)