mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Updated file format as per
https://github.com/TheChymera/mkstage4/issues/41
This commit is contained in:
parent
7f6deaf498
commit
351c9fe682
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ COMPRESS_TYPES=(
|
|||
["lz4"]="lz4"
|
||||
["lzo"]="lzop"
|
||||
["xz"]="xz pixz"
|
||||
["zstd"]="zstd"
|
||||
["zstd"]="zst"
|
||||
)
|
||||
declare -A COMPRESS_AVAILABLE
|
||||
for ext in "${!COMPRESS_TYPES[@]}"; do
|
||||
|
|
Loading…
Reference in a new issue