Index: pxeboot.8 =================================================================== RCS file: /home/ncvs/src/sys/boot/i386/pxeldr/pxeboot.8,v retrieving revision 1.8 diff -u -r1.8 pxeboot.8 --- pxeboot.8 7 Oct 2006 10:39:34 -0000 1.8 +++ pxeboot.8 7 May 2008 06:39:27 -0000 @@ -55,7 +55,7 @@ .Nm binary is loaded just like any other boot file, by specifying it in the DHCP server's configuration file. -Below is a sample configuration for the ISC DHCP v2 server: +Below is a sample configuration for the ISC DHCP v3 server: .Bd -literal -offset indent option domain-name "example.com"; option routers 10.0.0.1; @@ -64,6 +64,7 @@ option domain-name-servers 10.0.0.1; server-name "DHCPserver"; server-identifier 10.0.0.1; +next-server 10.0.0.1; default-lease-time 120; max-lease-time 120; @@ -74,10 +75,11 @@ } .Ed +.Va next-server +is the IP address of the next server in the bootstrap process, i.e. +your TFTP server or NFS server. .Nm recognizes -.Va next-server -and .Va option root-path directives as the server and path to NFS mount for file requests, respectively, or the server to make TFTP requests to.