From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 11 06:16:51 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFE1616A4CE for ; Wed, 11 Feb 2004 06:16:51 -0800 (PST) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE8243D1D for ; Wed, 11 Feb 2004 06:16:51 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from [10.11.0.207] (fia193-115-100.dsl.hccnet.nl [80.100.115.193]) (authenticated bits=0)i1BEC7EJ046080 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Wed, 11 Feb 2004 06:12:10 -0800 (PST) (envelope-from dirkx@webweaving.org) In-Reply-To: <20040211010009.GA1211@Odin.AC.HMC.Edu> References: <20040211010009.GA1211@Odin.AC.HMC.Edu> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dirk-Willem van Gulik Date: Wed, 11 Feb 2004 15:16:44 +0100 To: Brooks Davis X-Mailer: Apple Mail (2.612) cc: hackers@freebsd.org Subject: Re: [PATCH] make BOOTP not panic working PXE configs X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 14:16:51 -0000 On 11/02/2004, at 2:00 AM, Brooks Davis wrote: > When using the PXE loader and a stock kernel you can specify the root > path as with "option root-path" with a path like > "/usr/diskless/5.2-CURRENT". The server is then derived from the value > of next-server (the siaddr entry in the dhcp packet). If you add > options BOOTP to your kernel this configuration causes a panic because > the kernel wants a root path like "10.1.0.1:/usr/diskless/5.2-CURRENT". > This has been annoying me for quite some time so today I took a look at > the problem. The following patch fixes it. I'd like to commit it > soon, > any objections? > Yes please! - tested and fixes a long standing problem for us. Dw.