From owner-freebsd-current@FreeBSD.ORG Wed Jun 29 13:09:43 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A12C7106566B; Wed, 29 Jun 2011 13:09:43 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 482CA8FC12; Wed, 29 Jun 2011 13:09:43 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap0EAIojC06DaFvO/2dsb2JhbABShEmkCIh4rxqRDIErg3mBDASSF5BG X-IronPort-AV: E=Sophos;i="4.65,443,1304308800"; d="scan'208";a="125531462" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 29 Jun 2011 09:09:42 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 58089B3F33; Wed, 29 Jun 2011 09:09:42 -0400 (EDT) Date: Wed, 29 Jun 2011 09:09:42 -0400 (EDT) From: Rick Macklem To: Grzegorz Bernacki Message-ID: <1483355723.51315.1309352982344.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <4E0AD226.6080107@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.201] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Cc: freebsd-current@freebsd.org Subject: Re: NFS/BOOTP problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 29 Jun 2011 13:09:43 -0000 > > Hi Rick, > > The problem is that in embedded development sometimes loader is not > used. And in that case we would like to have possibity to use old NFS > client without patching code every time. So if you don't mind I would > like to commit the patch. > I also will try new nfs client and let you know if I find any > problems. > Ok, sure. (I actually had something similar in the code when I was testing the diskless stuff, but took it out once I saw that the environment variable worked. However I didn't realize that some situations don't use the loader.) rick