summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/makefs.8
diff options
context:
space:
mode:
authorttoth <ttoth@NetBSD.org>2012-04-19 15:36:06 +0000
committerttoth <ttoth@NetBSD.org>2012-04-19 15:36:06 +0000
commit702da9da3d99b6de85bc3d5c0d628ac992dab82f (patch)
tree8d4e0c0f6ded2d3a4fa972eda3eaf4472954c4f1 /usr.sbin/makefs/makefs.8
parentec35882cb43a9f933b6d420edeb5f3b97ad1f44f (diff)
added chfs support for makefs
Diffstat (limited to 'usr.sbin/makefs/makefs.8')
-rw-r--r--usr.sbin/makefs/makefs.826
1 files changed, 23 insertions, 3 deletions
diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8
index efece3d4aef..d3234f348e2 100644
--- a/usr.sbin/makefs/makefs.8
+++ b/usr.sbin/makefs/makefs.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: makefs.8,v 1.38 2012/01/28 02:35:46 christos Exp $
+.\" $NetBSD: makefs.8,v 1.39 2012/04/19 15:36:06 ttoth Exp $
.\"
.\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -33,7 +33,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 27, 2012
+.Dd April 5, 2012
.Dt MAKEFS 8
.Os
.Sh NAME
@@ -199,6 +199,8 @@ The following file system types are supported:
BSD fast file system (default).
.It Sy cd9660
ISO 9660 file system.
+.It Sy chfs
+Chip flash file system.
.It Sy v7fs
7th Edition(V7) file system.
.El
@@ -339,6 +341,22 @@ Use RockRidge extensions (for longer filenames, etc.).
.It Sy volumeid
Volume set identifier of the image.
.El
+.Ss CHFS-specific options
+.Sy chfs
+images have chfs-specific optional parameters that may be provided.
+Each of the options consists of a keyword, an equal sign
+.Pq Ql = ,
+and a value.
+The following keywords are supported:
+.Pp
+.Bl -tag -width optimization -offset indent -compact
+.It Sy pagesize
+Pagesize.
+.It Sy erasesize
+Erase block size of the media.
+.It Sy mediatype
+Type of the media. NOR: 0 or NAND: 1.
+.El
.Ss V7FS-specific options
The following keywords are supported:
.Pp
@@ -370,4 +388,6 @@ utility appeared in
.An Ram Vedam
(cd9660 support),
.An UCHIYAMA Yasushi
-(v7fs support).
+(v7fs support),
+.An Tamas Toth
+(chfs support).