Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/riscv/conf Add NFS_BOOT_DHCP option.
details: https://anonhg.NetBSD.org/src/rev/f334239fb9a2
branches: trunk
changeset: 372312:f334239fb9a2
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Nov 12 11:14:44 2022 +0000
description:
Add NFS_BOOT_DHCP option.
diffstat:
sys/arch/riscv/conf/GENERIC | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 291699ee7f26 -r f334239fb9a2 sys/arch/riscv/conf/GENERIC
--- a/sys/arch/riscv/conf/GENERIC Sat Nov 12 07:48:34 2022 +0000
+++ b/sys/arch/riscv/conf/GENERIC Sat Nov 12 11:14:44 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.17 2022/10/12 07:56:46 simonb Exp $
+# $NetBSD: GENERIC,v 1.18 2022/11/12 11:14:44 simonb Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.17 $"
+#ident "GENERIC-$Revision: 1.18 $"
maxusers 64 # estimated number of users
@@ -113,6 +113,7 @@
# immutable) behave as system flags.
#options DISKLABEL_EI # disklabel Endian Independent support
options NFSSERVER # Network File System server
+options NFS_BOOT_DHCP # Support DHCP NFS root
# Networking options
#options GATEWAY # packet forwarding
Home |
Main Index |
Thread Index |
Old Index