summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2020-11-01mkfs: add option to use a pre-defined UUIDGao Xiang
Usage: mkfs.erofs -U<uuid> <imagefile> <srcdir> The filesystem UUID can now be optionally specified during filesystem creation. The default behavior is still to generate a random UUID. This is useful for reproducible builds. Link: https://lore.kernel.org/r/20201030123020.133084-4-hsiangkao@redhat.com Reviewed-by: Li Guifu <bluce.lee@aliyun.com> Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
2020-06-08erofs-utils: support selinux file contextsGao Xiang
Add --file-contexts flag that allows passing a selinux file_context file to setup file selabels. Reviewed-and-tested-by: Li Guifu <bluce.lee@aliyun.com> Link: https://lore.kernel.org/r/20200608130854.16953-1-hsiangkao@aol.com Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
2020-02-21erofs-utils: introduce exclude dirs and filesLi Guifu
Add excluded file feature "--exclude-path=" and '--exclude-regex=', which can be used to build EROFS image without some user specific files or dirs. The implementation is kept as simple as possible for now. Note that you may give multiple '--exclude-path' and '--exclude-regex' options. Signed-off-by: Li Guifu <bluce.lee@aliyun.com> Link: https://lore.kernel.org/r/20200219022056.GA56477@architecture4 Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
2019-11-05erofs-utils: add manual for mkfs.erofsGao Xiang
This patch adds mkfs.erofs manpage, which is a requirement of a debian binary package (See Debian Policy Manual section 12.1 [1].) [1] https://www.debian.org/doc/debian-policy/ch-docs.html#manual-pages Link: https://lore.kernel.org/r/20191104072817.7936-1-hsiangkao@aol.com Reviewed-and-tested-by: Li Guifu <blucerlee@gmail.com> Signed-off-by: Gao Xiang <hsiangkao@aol.com>