Merge pull request #2693 from flatcar/tormath1/erofs

sys-kernel/coreos-modules: enable EROFS module
This commit is contained in:
Mathieu Tortuyaux 2025-02-26 10:00:08 +01:00 committed by GitHub
commit 1ca0e15c64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
- Enabled EROFS module with XATTR support ([Flatcar#1659](https://github.com/flatcar/Flatcar/issues/1659))

View File

@ -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