mtd/util mkfs.jffs2.1,1.5,1.6

havasi at infradead.org havasi at infradead.org
Fri Nov 26 09:30:18 EST 2004


Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv7633

Modified Files:
	mkfs.jffs2.1 
Log Message:
Incremental file system generation support.



Index: mkfs.jffs2.1
===================================================================
RCS file: /home/cvs/mtd/util/mkfs.jffs2.1,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mkfs.jffs2.1	25 May 2004 11:20:45 -0000	1.5
+++ mkfs.jffs2.1	26 Nov 2004 14:30:15 -0000	1.6
@@ -27,7 +27,7 @@
 .B -o,--output
 .I image.jffs2
 ]
-|
+[
 .B -l,--little-endian
 ]
 [
@@ -75,6 +75,11 @@
 [
 .B -V,--version
 ]
+[
+.B -i,--incremental
+.I image.jffs2
+]
+
 .SH DESCRIPTION
 The program
 .B mkfs.jffs2
@@ -214,6 +219,11 @@
 .TP
 .B -V, --version
 Display version information.
+.TP
+.B -i, --incremental=FILE
+Generate an appendage image for FILE. If FILE is written to flash and flash
+is appended with the output, then it seems as if it was one thing.
+
 .SH BUGS
 JFFS2 limits device major and minor numbers to 8 bits each.  Some
 consider this a bug.





More information about the linux-mtd-cvs mailing list