From 31fb1247165f98f0ba57ac9eabdceaceac6188b2 Mon Sep 17 00:00:00 2001 From: Thomas Lavocat Date: Tue, 25 Jan 2022 17:40:38 +0100 Subject: [PATCH] bootiso: add the option to compress using lz4 --- stages/org.osbuild.bootiso.mono | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/org.osbuild.bootiso.mono b/stages/org.osbuild.bootiso.mono index b345b740..f1fdd394 100755 --- a/stages/org.osbuild.bootiso.mono +++ b/stages/org.osbuild.bootiso.mono @@ -102,7 +102,7 @@ SCHEMA_2 = """ "required": ["method"], "properties": { "method": { - "enum": ["gzip", "xz"] + "enum": ["gzip", "xz", "lz4"] }, "options": { "type": "object",