Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Problem building install kernel with ssh for NSLU2
On Thursday 14 February 2008 11:42:03 Donald T Hayford wrote:
> Hmm, though reading this over I wonder if
>
> config netbsd root on 192.168.1.102:/client/root type nfs
>
> might work as well. I know how to set up the NFS root.
The following line:
config netbsd root on npe0 type nfs
along with:
options NFS_BOOT_DHCP
will do what you want, assuming your DHCP server is configured
correctly. For example:
host nslu2 {
hardware ethernet 00:0f:66:01:23:45;
fixed-address 192.168.1.102;
option root-path "/client/root";
}
Cheers, Steve
Home |
Main Index |
Thread Index |
Old Index