Sv: Re: Next typo in the docs: next-server
"Anders Gustafsson" <[email protected]> Wed, 21 Apr 2021 18:28:59 +0300
| Newsgroups | gmane.os.netbsd.ports.hp300 |
|---|---|
| Message-ID | <[email protected]> |
Looks fine :) -- Med vänlig hälsning Anders Gustafsson, ingenjör [email protected] | Support +358 18 12060 | Direkt +358 9 315 45 121 | Mobil +358 40506 7099 Pedago interaktiv ab, Nygatan 7 B , AX-22100 MARIEHAMN, ÅLAND, FINLAND >>> Izumi Tsutsui <[email protected]> 21.04.2021 17:22 >>> > The install docs for NetBSD on HP300 and the sample comments in dhcpd.conf claims that next_server is not > needed when netbooting if NFS is running on the same server as DHCP. Based on personal experience, I would say > it is :) Well, we really need reorganize ancient install notes... How about this? ‑‑‑ Index: distrib/notes/common/netboot =================================================================== RCS file: /cvsroot/src/distrib/notes/common/netboot,v retrieving revision 1.38 diff ‑u ‑p ‑d ‑r1.38 netboot ‑‑‑ distrib/notes/common/netboot 27 Nov 2019 09:29:25 ‑0000 1.38 +++ distrib/notes/common/netboot 21 Apr 2021 14:14:21 ‑0000 @@ ‑345,16 +345,15 @@ group { .\} # ‑ # If your DHCP server is not your NFS server, supply the ‑ # address of the NFS server. Since we assume you run everything ‑ # on one server, this is not needed. + # The host address of the NFS server. This is mandatory for + # NetBSD kernels even it's the same host as the DHCP server. .if \n[macppc] \{\ # # macppc machines will look for their bootloader, # ofwboot.xcf, on the next‑server as well. .\} # ‑ # next‑server server.test.net; + next‑server server.test.net; } #you may paste another "host" entry here for additional #clients on this network ‑‑‑ Or we should simply refer Diskless HOW‑TO on www? https://www.netbsd.org/docs/network/netboot/dhcpd.html ‑‑‑ Izumi Tsutsui