Subject: Re: netboot multia
To: None <gelbardn@hurrah.com, port-alpha@netbsd.org>
From: Ross Harvey <ross@teraflop.com>
List: port-alpha
Date: 11/30/1998 20:45:12
> From: Nathan Gelbard <gelbardn@hurrah.com>
>
> I can bootp and load the netboot file (1st stage). Then it complains the
> file just loaded didnt contain an ethernet address, and I should consult
> setnetbootinfo(8) to fix this. I cannot find this man page on my i386
> system.
>
> I tried the tc=.cynic trick (changing hostnames, of course) in the
> alpha/faq, but to no avail.
>
> thoughts?


On my i386 systems, this command works:

	man 8 alpha/setnetbootinfo

The source code is in sys/arch/alpha/stand/setnetbootinfo/.
The source code for the man page is in share/man/man8/man8.alpha/.