From 1ab098fbf9b6d73cc8976cb32f905ed6f85edf84 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 9 Dec 2024 09:42:30 -0800 Subject: [PATCH] erofs: Add zstd to the list of supported compression algorithms This is supported in erofs-utils 1.8 and later. --- stages/org.osbuild.erofs.meta.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stages/org.osbuild.erofs.meta.json b/stages/org.osbuild.erofs.meta.json index 51ee70bb..ccce36e3 100644 --- a/stages/org.osbuild.erofs.meta.json +++ b/stages/org.osbuild.erofs.meta.json @@ -28,7 +28,8 @@ "enum": [ "lz4", "lz4hc", - "lzma" + "lzma", + "zstd" ] }, "level": {