summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2021-04-30 13:57:00 +0000
committermartin <martin@NetBSD.org>2021-04-30 13:57:00 +0000
commit94c02085334103bbc93aa6545b5bc8e41bd7e4ab (patch)
tree0a35b44eed6179c487ce78793225d332c0b12e63
parent90274acc20309fdd0e55599effe1e77d28c8f76c (diff)
Pull up following revision(s) (requested by tsutsui in ticket #1262):
distrib/notes/common/netboot: revision 1.39 For netboot via DHCP, "next-server" in dhcpd.conf(5) is mandatory. Pointed out by Anders Gustafsson on port-hp300@. https://mail-index.netbsd.org/port-hp300/2021/04/21/msg000201.html Should be pulled up to netbsd-8 and netbsd-9. XXX: kernel should use the dhcpd/bootp server address for nfsroot if the specified next-server (siaddr) is 0.0.0.0?
-rw-r--r--distrib/notes/common/netboot9
1 files changed, 4 insertions, 5 deletions
diff --git a/distrib/notes/common/netboot b/distrib/notes/common/netboot
index cdb6b034e7d..c9b8946d4be 100644
--- a/distrib/notes/common/netboot
+++ b/distrib/notes/common/netboot
@@ -1,4 +1,4 @@
-.\" $NetBSD: netboot,v 1.36.18.2 2019/11/27 13:36:55 msaitoh Exp $
+.\" $NetBSD: netboot,v 1.36.18.3 2021/04/30 13:57:00 martin Exp $
.\"
.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -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