Lines Matching +full:- +full:- +full:build
2 .\" SPDX-License-Identifier: BSD-2-Clause
37 .Op Fl c Ar config-file
47 It can be used to build specialized install images, designed for easy
51 .Bl -tag -width ".Fl c Ar config-file" -offset indent
55 Skip the build stages (both for kernel and world).
56 .It Fl c Ar config-file
63 Build the disk image from an existing build/install.
65 Skip the disk image build stage.
69 stage of the build.
73 stage of the build.
75 Do not cleanup before each build stage.
78 stage and adds -DNO_CLEAN to the make command line
79 used for each build stage (world and kernel).
91 stage of the build.
95 stage of the build.
98 .Cm native-xtools .
105 .Bl -bullet -offset indent -compact
123 Everything is read-only at run-time.
124 It is safe to pull the power-plug.
127 after a non-graceful shutdown of the system.
129 Easy to build and customize.
131 possible to build reduced and customized images satisfying any arbitrary
136 are normally mounted read-only):
138 .Bl -bullet -offset indent -compact
163 directory and is briefly mounted read-only right after the system boot,
183 The necessary commands to build and install a
186 .Bd -literal -offset indent
200 .Bl -bullet -offset indent -compact
214 build process, as well as internal options passed to the main build
226 .Bl -tag -width ".Va CONF_INSTALL" -offset indent
228 Build name (used to construct the working directory names).
230 Path to the source tree used to build the image.
232 Name of the kernel configuration file used to build the kernel.
234 Machine processor architecture to build.
236 .Cm uname -p .
258 stage of the build.
262 stage of the build.
268 stages of the build.
280 To build
285 .Bd -literal -offset indent
286 sh nanobsd.sh -c nanobsd.conf
289 It is possible to fine-tune
293 .Bd -literal -offset indent
301 There are a few pre-defined customization functions ready for use:
302 .Bl -tag -width ".Cm cust_allow_ssh_root" -offset indent
323 .Bl -tag -width ".Pa src/tools/tools/nanobsd" -compact
327 build script.
332 .Bd -literal -offset indent
344 .Bd -literal -offset indent
361 .An -nosplit
364 .An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .