From 6c4860d414b5801aeccc4c90d0c37404aa49e217 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 25 Feb 2025 09:42:21 +0100 Subject: [PATCH 1/2] 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 From 77bfff8ec05ed66f2f45f9f96a3fa322358894ad Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 25 Feb 2025 09:44:13 +0100 Subject: [PATCH 2/2] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- changelog/changes/2025-02-25-erofs.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2025-02-25-erofs.md diff --git a/changelog/changes/2025-02-25-erofs.md b/changelog/changes/2025-02-25-erofs.md new file mode 100644 index 0000000000..e1c6456e0d --- /dev/null +++ b/changelog/changes/2025-02-25-erofs.md @@ -0,0 +1 @@ +- Enabled EROFS module with XATTR support ([Flatcar#1659](https://github.com/flatcar/Flatcar/issues/1659))