From cfadbbe183e83321bf86452f75a42254c72752d6 Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Fri, 15 May 2026 16:05:34 +0200 Subject: [PATCH] feat: enable persistent var (EXPERIMENTAL) EXPERIMENTAL: test how the image behaves --- config/images.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/images.conf b/config/images.conf index 07ed8b8c6..b5d940ef9 100644 --- a/config/images.conf +++ b/config/images.conf @@ -6,3 +6,5 @@ CONFIG_TARGET_ROOTFS_TARGZ=n CONFIG_TARGET_ROOTFS_SQUASHFS=y # Disable ext4 image CONFIG_TARGET_ROOTFS_EXT4FS=n +# Enable persistent /var +CONFIG_TARGET_ROOTFS_PERSIST_VAR=y