From owner-freebsd-arm@FreeBSD.ORG Tue Oct 23 17:14:29 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 7A38816A421 for ; Tue, 23 Oct 2007 17:14:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 492FD13C49D for ; Tue, 23 Oct 2007 17:14:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id l9NH8iFJ099864; Tue, 23 Oct 2007 11:08:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 23 Oct 2007 11:11:18 -0600 (MDT) Message-Id: <20071023.111118.1683323910.imp@bsdimp.com> To: gary.jennejohn@freenet.de From: "M. Warner Losh" In-Reply-To: <20071023175416.3eb6ac14@peedub.jennejohn.org> References: <20071023101935.GA77588@ci0.org> <20071023.072919.-1443242524.imp@bsdimp.com> <20071023175416.3eb6ac14@peedub.jennejohn.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-arm@FreeBSD.org 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 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 17:14:29 -0000 In message: <20071023175416.3eb6ac14@peedub.jennejohn.org> Gary Jennejohn writes: : 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. There's no command line for some of the boot loaders. However, I think that it could be done for 8.0. Warner