Updated file format and exec name as per:

https://github.com/TheChymera/mkstage4/issues/41#issuecomment-735435551
This commit is contained in:
Horea Christian 2020-11-29 17:12:29 -05:00
parent 351c9fe682
commit 783e7ea52a

View file

@ -16,7 +16,7 @@ COMPRESS_TYPES=(
["lz4"]="lz4"
["lzo"]="lzop"
["xz"]="xz pixz"
["zstd"]="zst"
["zst"]="zstd"
)
declare -A COMPRESS_AVAILABLE
for ext in "${!COMPRESS_TYPES[@]}"; do