From e1943d6adb8f0cb257630a76d02d0aa333261c70 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 12 Feb 2025 14:16:20 -0500 Subject: [PATCH] image-defaults: add note about when to drop option squashfs-compression: zstd will become obsolete soon. Let's drop a note about it so anyone happening by can clean it up. --- src/image-default.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/image-default.yaml b/src/image-default.yaml index 425f7baf83..89d40ec015 100644 --- a/src/image-default.yaml +++ b/src/image-default.yaml @@ -21,6 +21,7 @@ deploy-via-container: false # container-imgref: "" # Format used when generating a squashfs image. Can also be e.g. gzip or lz4 +# XXX: Legacy. Delete this when buildextend-live is either deleted or becomes a symlink. squashfs-compression: zstd # Defaults for VMware OVA, matching historical behavior