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/981b73c9c1e8
branches: trunk
changeset: 993795:981b73c9c1e8
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 aaa395a509f8 -r 981b73c9c1e8 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