Subject: Re: net boot problems
To: David Laight <david@l8s.co.uk>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 02/01/2003 21:41:20
On Sat, Feb 01, 2003 at 08:35:06PM +0000, David Laight wrote:
> However the netbsd dhcp server seems unwilling to report the 'server path'
> option - which I think needs setting to the base of the exported filesystem.
> (I don't fancy running nfsd chrooted....)
I don't understand the question, but this has worked for me with suns:
host krups {
hardware ethernet 08:00:20:xx:xx:xx;
fixed-address xxx.xxx.xxx.xx;
filename "bootjs.elf";
option root-path "/usr/exp/hosts/krups";
next-server xxx.xxx.xxx.xxx;
}
Martin