Deleted Added
full compact
diskless.8 (189778) diskless.8 (224708)
1.\" Copyright (c) 1994 Gordon W. Ross, Theo de Raadt
2.\" Updated by Luigi Rizzo, Robert Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\" Copyright (c) 1994 Gordon W. Ross, Theo de Raadt
2.\" Updated by Luigi Rizzo, Robert Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man8/diskless.8 189778 2009-03-13 23:42:34Z rwatson $
27.\" $FreeBSD: head/share/man/man8/diskless.8 224708 2011-08-08 13:13:22Z rmacklem $
28.\"
28.\"
29.Dd December 10, 2005
29.Dd August 7, 2011
30.Dt DISKLESS 8
31.Os
32.Sh NAME
33.Nm diskless
34.Nd booting a system over the network
35.Sh DESCRIPTION
36The ability to boot a machine over the network is useful for
37.Em diskless

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

412The kernel for the
413.Nm
414clients, which will be loaded using
415.Tn NFS
416or
417.Tn TFTP ,
418must include support for the NFS client:
419.Pp
30.Dt DISKLESS 8
31.Os
32.Sh NAME
33.Nm diskless
34.Nd booting a system over the network
35.Sh DESCRIPTION
36The ability to boot a machine over the network is useful for
37.Em diskless

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

412The kernel for the
413.Nm
414clients, which will be loaded using
415.Tn NFS
416or
417.Tn TFTP ,
418must include support for the NFS client:
419.Pp
420.D1 Cd "options NFSCLIENT"
420.D1 Cd "options NFSCL"
421.D1 Cd "options NFS_ROOT"
422.Pp
423If you are using a boot mechanism that does not pass network configuration
424to the kernel using the kernel environment, you will also need to include
425the following options:
426.Pp
427.D1 Cd "options BOOTP"
428.D1 Cd "options BOOTP_NFSROOT"

--- 52 unchanged lines hidden ---
421.D1 Cd "options NFS_ROOT"
422.Pp
423If you are using a boot mechanism that does not pass network configuration
424to the kernel using the kernel environment, you will also need to include
425the following options:
426.Pp
427.D1 Cd "options BOOTP"
428.D1 Cd "options BOOTP_NFSROOT"

--- 52 unchanged lines hidden ---