Module Name:    src
Committed By:   tsutsui
Date:           Sun Sep 30 14:04:51 UTC 2018

Modified Files:
        src/sys/arch/newsmips/conf: GENERIC

Log Message:
Enable DHCP boot for modern servers rather than ancient BOOTPARAM.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/newsmips/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/newsmips/conf/GENERIC
diff -u src/sys/arch/newsmips/conf/GENERIC:1.134 src/sys/arch/newsmips/conf/GENERIC:1.135
--- src/sys/arch/newsmips/conf/GENERIC:1.134	Wed Aug  1 20:04:13 2018
+++ src/sys/arch/newsmips/conf/GENERIC	Sun Sep 30 14:04:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.134 2018/08/01 20:04:13 maxv Exp $
+# $NetBSD: GENERIC,v 1.135 2018/09/30 14:04:51 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/newsmips/conf/std.newsmip
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.134 $"
+#ident 		"GENERIC-$Revision: 1.135 $"
 
 maxusers	16
 
@@ -113,7 +113,8 @@ options 	PPP_FILTER	# Active filter supp
 #options 	ALTQ_RIO	# RED with IN/OUT
 #options 	ALTQ_WFQ	# Weighted Fair Queueing
 
-options 	NFS_BOOT_BOOTPARAM
+#options 	NFS_BOOT_BOOTPARAM
+options 	NFS_BOOT_DHCP
 
 # JIT compiler for bpfilter
 #options	SLJIT

Reply via email to