bootiso: add the option to compress using lz4

This commit is contained in:
Thomas Lavocat 2022-01-25 17:40:38 +01:00 committed by Thomas Lavocat
parent 172c4bcfaf
commit 31fb124716

View file

@ -102,7 +102,7 @@ SCHEMA_2 = """
"required": ["method"],
"properties": {
"method": {
"enum": ["gzip", "xz"]
"enum": ["gzip", "xz", "lz4"]
},
"options": {
"type": "object",