From 5dc3cc450a8cbdf288b77202cd1bfff51d8fcce3 Mon Sep 17 00:00:00 2001 From: Shailesh kumar Date: Fri, 13 Mar 2026 10:12:05 +0530 Subject: [PATCH] Refine EROFS description for better readability Improved clarity and conciseness of EROFS description. Signed-off-by: Shailesh kumar --- src/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.md b/src/index.md index 6c588f2..fc34747 100644 --- a/src/index.md +++ b/src/index.md @@ -7,10 +7,10 @@ sd_hide_title: true ```{rubric} EROFS - Enhanced Read-Only File System ``` -A modern, flexible, general-purpose, high-performance block-based immutable -filesystem with highly-optimized on-disk format and runtime implementation aimed -at various use cases instead of just focusing on storage space saving without -considering any side effects of runtime performance. +A modern, flexible, general-purpose, high-performance, block-based immutable +filesystem with a highly optimized on-disk format and runtime implementation, +designed for a variety of use cases—not just storage space savings—while +maintaining optimal runtime performance. [EROFS](https://docs.kernel.org/filesystems/erofs.html) has been formally available since Linux 5.4. It is currently maintained by an open-source