erofs: Add zstd to the list of supported compression algorithms
This is supported in erofs-utils 1.8 and later.
This commit is contained in:
parent
51116309ad
commit
1ab098fbf9
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@
|
|||
"enum": [
|
||||
"lz4",
|
||||
"lz4hc",
|
||||
"lzma"
|
||||
"lzma",
|
||||
"zstd"
|
||||
]
|
||||
},
|
||||
"level": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue