stages/squashfs: add support for zstd compression
Fedora and RHEL 9 kernels support it and since it's an interesting alternative to other compression methods, we should support it in osbuild. I also took the liberty of sorting the compression methods alphabetically.
This commit is contained in:
parent
917f628bba
commit
c01caae3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ SCHEMA_2 = """
|
|||
"required": ["method"],
|
||||
"properties": {
|
||||
"method": {
|
||||
"enum": ["gzip", "xz", "lz4"]
|
||||
"enum": ["gzip", "lz4", "xz", "zstd"]
|
||||
},
|
||||
"options": {
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue