diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-01-31 00:32:37 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-01-31 00:32:37 +0000 |
| commit | 688aaa098d5528b4a59dc44d5943fc18926299fe (patch) | |
| tree | c52c0b3a46d9f152a9ca83cf598020ed44cd62fd /usr.sbin/makefs/makefs.8 | |
| parent | 62f8a13a756be9727a38be25c07d9a3c96f7e96d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/makefs/makefs.8')
| -rw-r--r-- | usr.sbin/makefs/makefs.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8 index 4034b33092e27..cc6e389289324 100644 --- a/usr.sbin/makefs/makefs.8 +++ b/usr.sbin/makefs/makefs.8 @@ -35,7 +35,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 10, 2009 +.Dd January 30, 2012 .Dt MAKEFS 8 .Os .Sh NAME @@ -58,6 +58,7 @@ .Op Fl t Ar fs-type .Ar image-file .Ar directory | manifest +.Op Ar extra-directory ... .Sh DESCRIPTION The utility .Nm @@ -67,6 +68,15 @@ from the directory tree .Ar directory or from the mtree manifest .Ar manifest . +If optional directory tree +.Ar extra-directory +is passed, then the directory tree of each argument will be merged +into the +.Ar directory +or +.Ar manifest +first before creating +.Ar image-file . No special devices or privileges are required to perform this task. .Pp The options are as follows: |
