@@ -105,7 +105,7 @@ Here are all options for images:
105
105
Additionally each image can have one of the following sections describing the
106
106
type of the image:
107
107
108
- cpio, cramfs, ext2, ext3, ext4, file, flash, hdimage, iso,
108
+ cpio, cramfs, ext2, ext3, ext4, f2fs, file, flash, hdimage, iso,
109
109
jffs2, mdraid, qemu, squashfs, tar, ubi, ubifs, vfat.
110
110
111
111
Partition options:
@@ -297,6 +297,15 @@ Options:
297
297
:usage-type: Specify the usage type for the filesystem. Only valid with mke2fs.
298
298
More details can be found in the mke2fs man-page.
299
299
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
+
300
309
file
301
310
****
302
311
@@ -721,6 +730,7 @@ variable.
721
730
:mmd: path to the mmd program (default mmd)
722
731
:mkcramfs: path to the mkcramfs program (default mkcramfs)
723
732
:mkdosfs: path to the mkdosfs program (default mkdosfs)
733
+ :mkfsf2fs: path to the mkfs.f2fs program (default mkfs.f2fs)
724
734
:mkfsjffs2: path to the mkfs.jffs2 program (default mkfs.jffs2)
725
735
:mkfsubifs: path to the mkfs.ubifs program (default mkfs.ubifs)
726
736
:mksquashfs: path to the mksquashfs program (default mksquashfs)
0 commit comments