From 287331de80f43b929a718f8d77816add731ca002 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Tue, 18 Nov 2025 08:46:04 -0800 Subject: [PATCH] kconfigcheck: require immutable category for community kernels This will make testing immutable images easier, because currently I suspect most kernels aren't enabling things like erofs... Signed-off-by: Clayton Craft Part-of: --- kconfigcheck.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 47354846e..0f69249e4 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -16,6 +16,7 @@ community = [ "category:containers", "category:debug", "category:filesystems", + "category:immutable", "category:input", "category:iwd", "category:netboot",