Deleted Added
full compact
nanobsd.8 (256281) nanobsd.8 (271095)
1.\" Copyright (c) 2006 Daniel Gerzo <danger@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2006 Daniel Gerzo <danger@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: stable/10/share/man/man8/nanobsd.8 208357 2010-05-20 18:39:33Z wxs $
25.\" $FreeBSD: stable/10/share/man/man8/nanobsd.8 271095 2014-09-04 13:45:16Z se $
26.\"
27.Dd May 20, 2010
28.Dt NANOBSD 8
29.Os
30.Sh NAME
31.Nm nanobsd.sh
32.Nd utility used to create a FreeBSD system image suitable for embedded
33applications

--- 238 unchanged lines hidden (view full) ---

272.Pp
273There are a few pre-defined customization functions ready for use:
274.Bl -tag -width ".Cm cust_allow_ssh_root" -offset indent
275.It Cm cust_comconsole
276Disables
277.Xr getty 8
278on the virtual
279.Xr syscons 4
26.\"
27.Dd May 20, 2010
28.Dt NANOBSD 8
29.Os
30.Sh NAME
31.Nm nanobsd.sh
32.Nd utility used to create a FreeBSD system image suitable for embedded
33applications

--- 238 unchanged lines hidden (view full) ---

272.Pp
273There are a few pre-defined customization functions ready for use:
274.Bl -tag -width ".Cm cust_allow_ssh_root" -offset indent
275.It Cm cust_comconsole
276Disables
277.Xr getty 8
278on the virtual
279.Xr syscons 4
280or
281.Xr vt 4
280terminals
281.Pq Pa /dev/ttyv*
282and enables the use of the first serial port as the system
283console.
284.It Cm cust_allow_ssh_root
285Allow root to log in via
286.Xr sshd 8 .
287.It Cm cust_install_files

--- 50 unchanged lines hidden ---
282terminals
283.Pq Pa /dev/ttyv*
284and enables the use of the first serial port as the system
285console.
286.It Cm cust_allow_ssh_root
287Allow root to log in via
288.Xr sshd 8 .
289.It Cm cust_install_files

--- 50 unchanged lines hidden ---