From owner-freebsd-arm@FreeBSD.ORG Tue Oct 23 15:54:18 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5C716A421 for ; Tue, 23 Oct 2007 15:54:18 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 9662A13C4B6 for ; Tue, 23 Oct 2007 15:54:18 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.14] (helo=4.mx) by mout0.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1IkM5B-00039D-7r for freebsd-arm@freebsd.org; Tue, 23 Oct 2007 17:54:17 +0200 Received: from x0778.x.pppool.de ([89.59.7.120]:50547 helo=peedub.jennejohn.org) by 4.mx with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.68 #1) id 1IkM5B-0002eN-3D for freebsd-arm@freebsd.org; Tue, 23 Oct 2007 17:54:17 +0200 Date: Tue, 23 Oct 2007 17:54:16 +0200 From: Gary Jennejohn To: freebsd-arm@freebsd.org Message-ID: <20071023175416.3eb6ac14@peedub.jennejohn.org> In-Reply-To: <20071023.072919.-1443242524.imp@bsdimp.com> References: <200710221647.34126.rtos@rogers.com> <20071023101935.GA77588@ci0.org> <20071023.072919.-1443242524.imp@bsdimp.com> Organization: DENX Softwre Engineering GmbH X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: How do I specify the static ip address in the kernel config? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2007 15:54:19 -0000 On Tue, 23 Oct 2007 07:29:19 -0600 (MDT) "M. Warner Losh" wrote: > In message: <20071023101935.GA77588@ci0.org> > Olivier Houchard writes: > : On Mon, Oct 22, 2007 at 04:47:33PM -0400, rtos wrote: > : > Hi, > : > > : > This is how I boot my NetBSD board and would like to do the same for FreeBSD. > : > Does FreeBSD have similar options. > : > > : > options NFS_BOOT_BOOTSTATIC > : > options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" > : > options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" > : > options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" > : > options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" > : > options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/exported/armrootfs\"" > : > > : > Thanks, > : > rtos > : > : Hi, > : > : I may be wrong, but I'm afraid there's no such options in FreeBSD. I've > : always used BOOTP for this. > > I saw this and thought it would make a good addition. > It would be even nicer if one could pass things like this on the command line a la Linux. But that's probably too much to expect w/o lots of kernel mods. -- Gary Jennejohn