Mon Jan 12 19:50:47 2015 UTC ()
reflect reality about filesystems supported.


(christos)
diff -r1.6 -r1.7 src/usr.sbin/makefs/README

cvs diff -r1.6 -r1.7 src/usr.sbin/makefs/README (expand / switch to context diff)
--- src/usr.sbin/makefs/README 2014/10/18 08:33:31 1.6
+++ src/usr.sbin/makefs/README 2015/01/12 19:50:47 1.7
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.6 2014/10/18 08:33:31 snj Exp $
+$NetBSD: README,v 1.7 2015/01/12 19:50:47 christos Exp $
 
 makefs - build a file system image from a directory tree
 
@@ -15,16 +15,21 @@
 
 makefs creates a file system image from a given directory tree.
 the following file system types can be built:
-	ffs	BSD fast file system
+
 	cd9660	ISO 9660 file system
+	chfs	"Chip" file system, for flash devices
+	ffs	BSD fast file system
+	msdos	MS-DOS `FAT' file system (FAT12, FAT16, FAT32)
+	udf	Universal Disk Format file system
 	v7fs	7th edition(V7) file system
 
 Support for the following file systems maybe be added in the future
+
 	ext2fs	Linux EXT2 file system
-	fat	MS-DOS `FAT' file system (FAT12, FAT16, FAT32)
 
 Various file system independent parameters and contraints can be
 specified, such as:
+
 	- minimum file system size (in KB)
 	- maximum file system size (in KB)
 	- free inodes
@@ -38,6 +43,7 @@
 File system specific parameters can be given as well, with a command
 line option such as "-o fsspeccific-options,comma-separated".
 For example, ffs would allow tuning of:
+
 	- block & fragment size
 	- cylinder groups
 	- number of blocks per inode