From owner-cvs-src@FreeBSD.ORG Mon Oct 29 21:49:48 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0646D16A41A for ; Mon, 29 Oct 2007 21:49:48 +0000 (UTC) (envelope-from paul.m.saab@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.182]) by mx1.freebsd.org (Postfix) with ESMTP id A16DD13C4B6 for ; Mon, 29 Oct 2007 21:49:47 +0000 (UTC) (envelope-from paul.m.saab@gmail.com) Received: by el-out-1112.google.com with SMTP id s27so465119ele for ; Mon, 29 Oct 2007 14:49:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=sU7lqnIS9EuniwHDcmQuB00K7W76CPBicsNLIKayL7Y=; b=aZ9MSAuU/qkUfp6kjlnjlBuE31O90K48Bh60+akgukZYxso6Xo+IHNhLkmyMWNYw2oj85ttNCNq1U+uoSniNmGZyoUWcGyMQ3imX9PBCkHCtcFmbxgXkQqLhzNgvo2TPO3K6WkiDKzESc4GAq08BtYV8dK3M5oOzLAkq6S69/uc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=E2DaNRptIfKZFeRA89BsF2h7BQtMhfGTdp6UN09So6OlEQCtFuxQcj2nqlisBJqYicvwEtter/8iTcOktvyXuCs7LjNJPSWlronFhhuDKD3hGmGasyJRBZCNNBOPtZdz5ErmeDhvCAOpX0c8jQyFBYzIbv0hp4dectHYPlo8Zrc= Received: by 10.142.241.10 with SMTP id o10mr1525714wfh.1193691212006; Mon, 29 Oct 2007 13:53:32 -0700 (PDT) Received: by 10.142.103.20 with HTTP; Mon, 29 Oct 2007 13:53:31 -0700 (PDT) Message-ID: <5c0ff6a70710291353o681a324dt2309ac6e861fe9b2@mail.gmail.com> Date: Mon, 29 Oct 2007 13:53:31 -0700 From: "Paul Saab" Sender: paul.m.saab@gmail.com To: "Alexander Kabaev" In-Reply-To: <20071025081700.63a4d71b@kan.dnsalias.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200710121709.l9CH9iu7075715__38270.1859264218$1192209730$gmane$org@repoman.freebsd.org> <47203DFE.2070800@chistydom.ru> <20071025081700.63a4d71b@kan.dnsalias.net> X-Google-Sender-Auth: 3c44cb51f3e58cd6 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Alexey Popov Subject: Re: cvs commit: src/sys/boot/i386/libi386 Makefile pxe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 21:49:48 -0000 On 10/25/07, Alexander Kabaev wrote: > On Thu, 25 Oct 2007 10:55:58 +0400 > Alexey Popov wrote: > > > Hi. > > > > Paul Saab wrote: > > > ps 2007-10-12 17:09:44 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/boot/i386/libi386 Makefile pxe.c > > > Log: > > > Do not attempt to make an NFS rpc call if using tftp > > > > > > PR: kern/91720 > > > Submitted by: Ruben Kerkhof > > > > > > Revision Changes Path > > > 1.43 +7 -0 src/sys/boot/i386/libi386/Makefile > > > 1.23 +2 -0 src/sys/boot/i386/libi386/pxe.c > > > > Didn't you break feature introduced in rev 1.21 of pxe.c ??? > > === > > Allow kernels loaded by pxeboot, which was compiled with > > LOADER_TFTP_SUPPORT, to stll be able to mount NFS root as prescribed > > by DCHP configuration. Since pxeboot is using TFTP to get to the > > files, pxeboot can not rely on NFS to provide it a root directory > > hande as a side effect. pxeboot has to make RPC mount call itself. > > === > > > > With best regards, > > Alexey Popov > > Paul did break it indeed. *sigh* .. I had some other people send me numerous emails about this and I didn't bother looking at the previous commit logs. Sorry about that. I'll come up with a solution and commit it soon. I assumed that the individual who pestered me about this had done the research.