summaryrefslogtreecommitdiffstats
path: root/lsinitcpio
diff options
context:
space:
mode:
Diffstat (limited to 'lsinitcpio')
-rwxr-xr-xlsinitcpio4
1 files changed, 4 insertions, 0 deletions
diff --git a/lsinitcpio b/lsinitcpio
index bcb4a19..4715783 100755
--- a/lsinitcpio
+++ b/lsinitcpio
@@ -113,6 +113,10 @@ detect_filetype() {
echo 'lz4 -l'
return
;;
+ fd2fb528)
+ echo 'zstd'
+ return
+ ;;
esac
read -rd '' bytes < <(hexdump -n 3 -e '"%c"' "$1")