svn commit: r250830 - head/tools/tools/makeroot

Brooks Davis brooks at FreeBSD.org
Mon May 20 20:32:59 UTC 2013


Author: brooks
Date: Mon May 20 20:32:58 2013
New Revision: 250830
URL: http://svnweb.freebsd.org/changeset/base/250830

Log:
  Cleanups and markup improvements suggested by trociny and joel.

Modified:
  head/tools/tools/makeroot/makeroot.8

Modified: head/tools/tools/makeroot/makeroot.8
==============================================================================
--- head/tools/tools/makeroot/makeroot.8	Mon May 20 20:14:12 2013	(r250829)
+++ head/tools/tools/makeroot/makeroot.8	Mon May 20 20:32:58 2013	(r250830)
@@ -28,7 +28,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" $FreeBSD$
-.Dd May 16, 2013
+.Dd May 20, 2013
 .Dt MAKEROOT 8
 .Os
 .Sh NAME
@@ -52,12 +52,11 @@ script creates a UFS filesystem image in
 .Ar imagefile .
 By default,
 all filesystem objects listed in the
-METALOG file contained in the
-.Pa Ar rootdir
+.Pa METALOG
+file contained in the
+.Ar rootdir
 directory will be placed in the root of the UFS image
 .Ar image-file .
-will be placed in the root of the UFS image
-.Ar image-file .
 .Pp
 Images can be customized with a number of different flags:
 .Bl -tag -width indent
@@ -111,6 +110,14 @@ argument is passed directly to
 .El
 .Sh EXAMPLES
 .Dl $ makeroot.sh -k keys -K ctsrd -p extras/etc/master.passwd -g extras/etc/group -e extras/mdroot.mtree -e demo/demo.mtree -e extras/ctsrd.mtree -s 26112k -f demo.files cheribsd-demo.img /path/to/dist
+.Sh FILES
+.Bl -tag -width METALOG -compact
+.It Pa METALOG
+.Xr mtree 5
+2.0 format manifest of permissions and ownership for files in the root
+directory.
+This file is generated by installworld, distribution, and installkernel.
+.El
 .Sh SEE ALSO
 .Xr mtree 5 ,
 .Xr makefs 8 ,


More information about the svn-src-all mailing list