Age | Commit message (Collapse) | Author |
|
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>
|
|
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>
|
|
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>
|
|
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>
|