Skip to content

Commit

Permalink
README: add erofs documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Muxel <[email protected]>
  • Loading branch information
ee-smuxel committed Apr 4, 2024
1 parent f8e2558 commit 1064693
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Here are all options for images:
Additionally each image can have one of the following sections describing the
type of the image:

cpio, cramfs, ext2, ext3, ext4, file, flash, hdimage, iso, jffs2, qemu, squashfs,
cpio, cramfs, erofs, ext2, ext3, ext4, file, flash, hdimage, iso, jffs2, qemu, squashfs,
tar, ubi, ubifs, vfat.

Partition options:
Expand Down Expand Up @@ -259,6 +259,14 @@ Options:

:extraargs: Extra arguments passed to mkcramfs

erofs
******
Generates erofs images.

Options:

:extraargs: Extra arguments passed to mkfs.erofs.

ext2, ext3, ext4
****************
Generates ext* images.
Expand Down Expand Up @@ -655,6 +663,7 @@ variable.
:mmd: path to the mmd program (default mmd)
:mkcramfs: path to the mkcramfs program (default mkcramfs)
:mkdosfs: path to the mkdosfs program (default mkdosfs)
:mkfserofs: path to the mkfs.erofs program (default mkfs.erofs)
:mkfsjffs2: path to the mkfs.jffs2 program (default mkfs.jffs2)
:mkfsubifs: path to the mkfs.ubifs program (default mkfs.ubifs)
:mksquashfs: path to the mksquashfs program (default mksquashfs)
Expand Down

0 comments on commit 1064693

Please sign in to comment.