summaryrefslogtreecommitdiffstats
path: root/share/man/man8
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2016-05-19 10:56:55 +0000
committermaxim <maxim@FreeBSD.org>2016-05-19 10:56:55 +0000
commit76f80b96bf06d3c1f6dd412cb52a61c96e6fe1d1 (patch)
tree55e1c784a5972ced387b7dcbde7c35a788e70ec0 /share/man/man8
parent40100cc9db3255a5afdf977ae94f102b6953c572 (diff)
downloadFreeBSD-src-76f80b96bf06d3c1f6dd412cb52a61c96e6fe1d1.zip
FreeBSD-src-76f80b96bf06d3c1f6dd412cb52a61c96e6fe1d1.tar.gz
o -f, -i, -K, -q, -v, -X flags documented.
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/nanobsd.819
1 files changed, 17 insertions, 2 deletions
diff --git a/share/man/man8/nanobsd.8 b/share/man/man8/nanobsd.8
index aae6fff..f12434f 100644
--- a/share/man/man8/nanobsd.8
+++ b/share/man/man8/nanobsd.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 20, 2010
+.Dd May 19, 2016
.Dt NANOBSD 8
.Os
.Sh NAME
@@ -33,7 +33,7 @@
applications
.Sh SYNOPSIS
.Nm
-.Op Fl bhknw
+.Op Fl bfhiKknqvwX
.Op Fl c Ar config-file
.Sh DESCRIPTION
The
@@ -53,8 +53,16 @@ The following options are available:
Skip the build stages (both for kernel and world).
.It Fl c Ar config-file
Specify the configuration file to use.
+.It Fl f
+Skip the code slice extraction.
.It Fl h
Display usage information.
+.It Fl i
+Skip the disk image build stage.
+.It Fl K
+Skip the
+.Cm installkernel
+stage of the build.
.It Fl k
Skip the
.Cm buildkernel
@@ -65,10 +73,17 @@ This suppresses the normal cleanup work done before the
.Cm buildworld
stage and adds -DNO_CLEAN to the make command line
used for each build stage (world and kernel).
+.It Fl q
+Make output more quiet.
+.It Fl v
+Make output more verbose.
.It Fl w
Skip the
.Cm buildworld
stage of the build.
+.It Fl X
+Make
+.Cm native-xtools.
.El
.Pp
The features of
OpenPOWER on IntegriCloud