Subject: Re: boot arguments
To: Paul Jakma <paul@clubi.ie>
From: davide <d.zanon@infinito.it>
List: port-sgimips
Date: 02/25/2005 22:42:13
On Wednesday 09 March 2005 07:05, Paul Jakma wrote:

> no file system for sd0 (dev 0xa00)
> cannot mount root, error = 79
> root device (default sd0a): mec0
> dump device:
> file system (default generic):
> root on mec0
> nfs_boot: trying DHCP/BOOTP
> <and now it uses nfs_root>
>
> How do I get it to use dhcp/bootp nfs_root by default?

I don't know if there are better ways to do this, but maybe you can write

# Kernel root file system and dump configuration.
config		netbsd	root on mec0 type nfs 

or something like that in the src/sys/arch/sgimips/conf/GENERIC32_IP2x

Just a wild guess :) plz forgive me if I'm wrong...

david