[PATCH] erofs-utils: manpage: add fragments extended option
Yue Hu
zbestahu at 163.com
Sat Feb 25 23:37:47 AEDT 2023
From: Yue Hu <huyue2 at coolpad.com>
Complete the manpage for fragments feature.
Signed-off-by: Yue Hu <huyue2 at coolpad.com>
---
man/mkfs.erofs.1 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/man/mkfs.erofs.1 b/man/mkfs.erofs.1
index b65d01b..37f2609 100644
--- a/man/mkfs.erofs.1
+++ b/man/mkfs.erofs.1
@@ -64,6 +64,11 @@ Don't inline regular files to enable FSDAX for these files (Linux v5.15+).
.BI ztailpacking
Pack the tail part (pcluster) of compressed files into its metadata to save
more space and the tail part I/O. (Linux v5.17+)
+.TP
+.BI fragments=
+Pack the tail part (pcluster) of compressed files or the whole files into a
+special inode for smaller image sizes, may take an argument as the pcluster
+size of the packed inode in bytes. (Linux v6.1+)
.RE
.TP
.BI "\-L " volume-label
--
2.25.1
More information about the Linux-erofs
mailing list