Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/conf Enable DHCP boot for modern servers r...



details:   https://anonhg.NetBSD.org/src/rev/9fa4b29e2bc6
branches:  trunk
changeset: 433741:9fa4b29e2bc6
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Sep 30 14:04:51 2018 +0000

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

diffstat:

 sys/arch/newsmips/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 201f07d675e9 -r 9fa4b29e2bc6 sys/arch/newsmips/conf/GENERIC
--- a/sys/arch/newsmips/conf/GENERIC    Sun Sep 30 14:02:06 2018 +0000
+++ b/sys/arch/newsmips/conf/GENERIC    Sun Sep 30 14:04:51 2018 +0000
@@ -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 @@
 
 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       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



Home | Main Index | Thread Index | Old Index