From a02a6ca680b9afc3694efe7b07e8bd76b5ee9f09 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Tue, 2 Jul 2024 12:14:22 +0200 Subject: [PATCH] rootfs: add comment to force rootfs rebuild (#6864) --- lib/functions/rootfs/create-cache.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/functions/rootfs/create-cache.sh b/lib/functions/rootfs/create-cache.sh index f84ea6c77ecf..00a1f5d5310e 100644 --- a/lib/functions/rootfs/create-cache.sh +++ b/lib/functions/rootfs/create-cache.sh @@ -130,3 +130,5 @@ function extract_rootfs_artifact() { return 0 } + +# This comment strategically introduced to force a rebuild of all rootfs, as this file's contents are hashed into all rootfs versions.