Module Name:    src
Committed By:   christos
Date:           Mon Jan 12 19:50:47 UTC 2015

Modified Files:
        src/usr.sbin/makefs: README

Log Message:
reflect reality about filesystems supported.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/makefs/README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/makefs/README
diff -u src/usr.sbin/makefs/README:1.6 src/usr.sbin/makefs/README:1.7
--- src/usr.sbin/makefs/README:1.6	Sat Oct 18 04:33:31 2014
+++ src/usr.sbin/makefs/README	Mon Jan 12 14:50:47 2015
@@ -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 @@ user overview:
 
 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 @@ specified, such as:
 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

Reply via email to