From 6c4860d414b5801aeccc4c90d0c37404aa49e217 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 25 Feb 2025 09:42:21 +0100 Subject: [PATCH] sys-kernel/coreos-modules: enable EROFS module with XATTR support Signed-off-by: Mathieu Tortuyaux --- .../sys-kernel/coreos-modules/files/commonconfig-6.6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 index 4ceaee3005..f8a1905706 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 @@ -177,6 +177,8 @@ CONFIG_EFI_STUB=y CONFIG_ENA_ETHERNET=m CONFIG_ENCLOSURE_SERVICES=m CONFIG_ENCRYPTED_KEYS=m +CONFIG_EROFS_FS=m +CONFIG_EROFS_FS_XATTR=y CONFIG_EXPERT=y CONFIG_EXT4_FS=m CONFIG_EXT4_FS_POSIX_ACL=y