Re: dhcpd.conf for nfs boot
Matt Dainty <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.hpcsh |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2005-08-29 at 00:06 -0400, Michael Wileman wrote:
> If anyone on the list has booted their Jornada from an nfs share on a
> NetBSD server, could you send me a copy of your dhcpd.conf?
>
> Or is there an easier way to do this than with dhcpd?
In my dhcpd.conf, the Jornada-specific bit is:
host jornada {
hardware ethernet 00:de:ad:be:ef:00;
fixed-address 1.2.3.4;
option host-name "jornada";
# next-server 5.6.7.8;
option root-path "/export/jornada";
}
IIRC the "next-server" option is only necessary if you want to get the
Jornada to mount its NFS filesystem from somewhere other than the DHCP
server.
HTH
Matt
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBDEvblKP58eR+X2TMRAnnbAKCtcGZ7iPPlGubWsgKndMkTtVlAIwCfaxgP J8i52SUd1UPRFi+c2t1oobM= =xWNU -----END PGP SIGNATURE-----