Skip to content

Commit f3c7133

Browse files
committed
F2FS Documentation
Signed-off-by: Tomas Mudrunka <[email protected]>
1 parent 0862b6e commit f3c7133

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Here are all options for images:
105105
Additionally each image can have one of the following sections describing the
106106
type of the image:
107107

108-
cpio, cramfs, ext2, ext3, ext4, file, flash, hdimage, iso,
108+
cpio, cramfs, ext2, ext3, ext4, f2fs, file, flash, hdimage, iso,
109109
jffs2, mdraid, qemu, squashfs, tar, ubi, ubifs, vfat.
110110

111111
Partition options:
@@ -297,6 +297,15 @@ Options:
297297
:usage-type: Specify the usage type for the filesystem. Only valid with mke2fs.
298298
More details can be found in the mke2fs man-page.
299299

300+
f2fs
301+
****
302+
Generates F2FS images.
303+
304+
Options:
305+
306+
:label: Specify the volume-label.
307+
:extraargs: Extra arguments passed to mkfs.f2fs
308+
300309
file
301310
****
302311

@@ -721,6 +730,7 @@ variable.
721730
:mmd: path to the mmd program (default mmd)
722731
:mkcramfs: path to the mkcramfs program (default mkcramfs)
723732
:mkdosfs: path to the mkdosfs program (default mkdosfs)
733+
:mkfsf2fs: path to the mkfs.f2fs program (default mkfs.f2fs)
724734
:mkfsjffs2: path to the mkfs.jffs2 program (default mkfs.jffs2)
725735
:mkfsubifs: path to the mkfs.ubifs program (default mkfs.ubifs)
726736
:mksquashfs: path to the mksquashfs program (default mksquashfs)

0 commit comments

Comments
 (0)