From owner-freebsd-doc@FreeBSD.ORG Tue Dec 2 22:27:14 2014 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25986220 for ; Tue, 2 Dec 2014 22:27:14 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CB141D22 for ; Tue, 2 Dec 2014 22:27:13 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sB2MRBTS088174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 2 Dec 2014 15:27:11 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sB2MRBeh088171; Tue, 2 Dec 2014 15:27:11 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 2 Dec 2014 15:27:11 -0700 (MST) From: Warren Block To: butch@jameswhitby.org Subject: Re: Handbook section on PXE booting In-Reply-To: <39397e293f01e58a6fa34b72fd612056.squirrel@smail.jameswhitby.net> Message-ID: References: <39397e293f01e58a6fa34b72fd612056.squirrel@smail.jameswhitby.net> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 02 Dec 2014 15:27:11 -0700 (MST) Cc: freebsd-doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 22:27:14 -0000 On Tue, 2 Dec 2014, butch@jameswhitby.org wrote: > At the bottom of section 31.8.2. Configuring the DHCP Server, just above > section 31.8.3. Debugging PXE Problems, the text reads: > > Once the edits are saved, enable NFS at boot time by adding the following > line to /etc/rc.conf: > > dhcpd_enable="YES" > > Then, start the DHCP service: > > # service isc-dhcpd start > > That first line should be : > > Once the edits are saved, enable DHCP at boot time by adding the following > line to /etc/rc.conf: Fixed, thanks!