From owner-freebsd-current@FreeBSD.ORG Thu Jul 8 23:15:31 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B15316A4CE; Thu, 8 Jul 2004 23:15:31 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B2843D39; Thu, 8 Jul 2004 23:15:31 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i68NEkx7003375; Thu, 8 Jul 2004 16:14:46 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i68NEk98003374; Thu, 8 Jul 2004 16:14:46 -0700 (PDT) (envelope-from sgk) Date: Thu, 8 Jul 2004 16:14:46 -0700 From: Steve Kargl To: Brian Somers Message-ID: <20040708231446.GA3362@troutmask.apl.washington.edu> References: <20040707182018.GA45659@atrbg11.informatik.tu-muenchen.de> <200407081310.37603.jhb@FreeBSD.org> <200407081715.19073.jhb@FreeBSD.org> <20040708214922.GA2328@troutmask.apl.washington.edu> <20040708150037.N46651@carver.gumbysoft.com> <20040708220858.GB2680@troutmask.apl.washington.edu> <20040708151522.L46651@carver.gumbysoft.com> <20040708233037.3e310ca1@dev.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040708233037.3e310ca1@dev.lan.Awfulhak.org> User-Agent: Mutt/1.4.1i cc: rwatson@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: [PATCH] Witness breakage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 23:15:31 -0000 On Thu, Jul 08, 2004 at 11:30:37PM +0100, Brian Somers wrote: > On Thu, 8 Jul 2004 15:18:03 -0700 (PDT), Doug White wrote: > > On Thu, 8 Jul 2004, Steve Kargl wrote: > > > > > There are no BOOTP or NFS related options. See below > > > > Therein lies the rub -- the removal of the BOOTP kernel option by brian@ > > makes NFSCLIENT required, since the bootp client is tightly bound to the > > NFS client. It should be backed out and bootp properly disentangled if > > its going to be mandatory. I've added him to the thread. > > > > Hmm, without options NFSCLIENT, you should be able to load nfsclient.ko then > set bootp="YES" and bootp.nfsboot="YES".... You first need to be able to build a kernel. ;-) Thanks for backing out the earlier commit. "make buildkernel" is again functioning. -- Steve