Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/conf Add NFS_BOOT_DHCP so that netboot kernels...



details:   https://anonhg.NetBSD.org/src/rev/3bba5bc0e33f
branches:  trunk
changeset: 472069:3bba5bc0e33f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Apr 20 05:56:52 1999 +0000

description:
Add NFS_BOOT_DHCP so that netboot kernels can find the root filesystem.

diffstat:

 sys/arch/pmax/conf/INSTALL |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 05137d5a7b44 -r 3bba5bc0e33f sys/arch/pmax/conf/INSTALL
--- a/sys/arch/pmax/conf/INSTALL        Tue Apr 20 05:54:44 1999 +0000
+++ b/sys/arch/pmax/conf/INSTALL        Tue Apr 20 05:56:52 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.19 1999/04/13 18:53:28 ad Exp $
+#      $NetBSD: INSTALL,v 1.20 1999/04/20 05:56:52 simonb Exp $
 #
 # Distribution install kernel (any model)
 #    netbsd:   cut-down kernel for miniroots.
@@ -71,6 +71,8 @@
 # pmax specific
 options        "HZ=256"        # RTC rate required
 
+options        NFS_BOOT_DHCP   # superset of BOOTP
+
 config         netbsd          root on ? type ?
 config         nfsnetbsd       root on ? type nfs
 



Home | Main Index | Thread Index | Old Index