Subject: RE: bfd syntax
To: 'Erik Berls' <cyber@ono-sendai.com>
From: Daniel Ouellet <daniel@presscom.net>
List: port-cobalt
Date: 11/14/2002 19:26:37
The syntax is right.
http://www.netbsd.org/Ports/cobalt/faq.html#netboot
bfd /netbsd.gz nfsroot=/home/raq/root
bfd is the command then the second part is the name of the kernel you
want to load and the third is the absolute path where you start to look
for your files.
So here you would have the kernel named netbsd.gz in the directory
/home/raq/root of your NFS server.
So, if you have for example your kernel in the directory
/n/srv0/DISKLESS/raq2/root/kernel/netbsd.gz
and your NFS root is just /n/srv0/DISKLESS/raq2/root
you would use.
bfd /kernel/netbsd.gz nfsroot=/n/srv0/DISKLESS/raq2/root
Hope this help
Daniel
-----Original Message-----
From: port-cobalt-owner@netbsd.org [mailto:port-cobalt-owner@netbsd.org]
On Behalf Of Erik Berls
Sent: Thursday, November 14, 2002 7:17 PM
To: C. Tate Baumrucker
Cc: port-cobalt@netbsd.org
Subject: Re: bfd syntax
On Tue, Nov 12, 2002 at 02:48:45PM -0500, C. Tate Baumrucker wrote:
] Does anyone know the complete syntax for the Cobalt Raq2 boot command
bfd?
] I've most of the posts and FAQ and have seen the "bfd kernel.gz
] nfsroot=nfsroot" command.
Here is what I use, you can't actually paste it, the console looses.
bfd /netbsd.gz nfsroot=/n/srv0/DISKLESS/raq2/root
-=erik.