TheChymera / mkstage4

Bash Utility for Creating Stage 4 Tarballs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The default file extention for Zstd is .zst not .zstd

tremd opened this issue · comments

commented

Only a minor issue but if i use zstd compression mode with -C zstd the output stage4 has the wrong file extension.
zstd instead of zst

@tremd thanks for reporting :)

Can you check whether 351c9fe fixes this?

Zstd command is /usr/bin/zstd, but extension is zst. Current version not works.

@RinCat thanks for the feedback. By current version do you mean HEAD, or the release? The latest release as of right now won't be working in any case, since it predates this fix. But I think you have a point, and I messed up the fix in HEAD. Can you try now after 783e7ea ? :)

I mean the HEAD, since I downloaded raw. I guess it is OK to use zst instead of zstd for the format name.
The new version works if I set -C zst.

@RinCat amazing! ^^