Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configs: Enable EROFS support as a module #6163

Open
wants to merge 1 commit into
base: rpi-6.6.y
Choose a base branch
from

Conversation

ragazenta
Copy link

EROFS filesystem stands for Enhanced Read-Only File System. It aims to form a generic read-only filesystem solution for various read-only use cases instead of just focusing on storage space saving without considering any side effects of runtime performance.

... with guaranteed end-to-end performance by using compact layout, transparent file compression and direct access, especially for those embedded devices with limited memory and high-density hosts with numerous containers. (1)

Wouldn't it be a good idea to enable this? Thanks.

@kaysievers
Copy link
Contributor

That would be nice.

EROFS filesystem stands for Enhanced Read-Only File System. It aims
to form a generic read-only filesystem solution for various read-only
use cases. Enable it as a module.

Signed-off-by: Renjaya Raga Zenta <ragazenta@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants