]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
lsinitrd.sh: fixed zstd file signature
authorHarald Hoyer <harald@redhat.com>
Thu, 15 Mar 2018 08:56:18 +0000 (09:56 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 15 Mar 2018 08:56:56 +0000 (09:56 +0100)
lsinitrd.sh

index dbcc330f85b9204f3675341302d4f79c45ffc29a..80fbf922ce256a9e5a8c73483178cbdb003cabd8 100755 (executable)
@@ -219,7 +219,7 @@ case $bin in
     $'\x89'LZO$'\0'*)
         CAT="lzop -d -c"
         ;;
-    $'0xFD2FB528'*)
+    $'\x28\xB5\x2F\xFD'*)
         CAT="zstd -d -c"
         ;;
     *)