bootiso: add the option to compress using lz4
This commit is contained in:
parent
172c4bcfaf
commit
31fb124716
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ SCHEMA_2 = """
|
|||
"required": ["method"],
|
||||
"properties": {
|
||||
"method": {
|
||||
"enum": ["gzip", "xz"]
|
||||
"enum": ["gzip", "xz", "lz4"]
|
||||
},
|
||||
"options": {
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue