From 528cac174bd5fb906ca533bb993884f953ef0ccf Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 17 Aug 2024 15:45:42 +0200 Subject: [PATCH] rootfs: add comment to force rootfs rebuild --- lib/functions/rootfs/create-cache.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions/rootfs/create-cache.sh b/lib/functions/rootfs/create-cache.sh index 00a1f5d53..20e9b6b24 100644 --- a/lib/functions/rootfs/create-cache.sh +++ b/lib/functions/rootfs/create-cache.sh @@ -132,3 +132,4 @@ function extract_rootfs_artifact() { } # This comment strategically introduced to force a rebuild of all rootfs, as this file's contents are hashed into all rootfs versions. +# Lets do this before releasing new images