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 s/NFS_BOOT_BOOTP/NFS_BOOT_DHCP/



details:   https://anonhg.NetBSD.org/src/rev/05137d5a7b44
branches:  trunk
changeset: 472068:05137d5a7b44
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Apr 20 05:54:44 1999 +0000

description:
s/NFS_BOOT_BOOTP/NFS_BOOT_DHCP/
DHCP is a superset of BOOTP, and still works with BOOTP servers.

diffstat:

 sys/arch/pmax/conf/GENERIC |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 98d978768157 -r 05137d5a7b44 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Tue Apr 20 05:49:50 1999 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Tue Apr 20 05:54:44 1999 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.40 1999/04/13 18:53:28 ad Exp $
+#      $NetBSD: GENERIC,v 1.41 1999/04/20 05:54:44 simonb Exp $
 #
 # Distribution kernel (any model) kernel config file
 #
@@ -97,8 +97,7 @@
 options        EXEC_ECOFF      # Ultrix RISC binaries are ECOFF format
 options        "HZ=256"        # RTC rate required
 
-# The pmax proms need bootp anyway, so just use bootp.
-options        NFS_BOOT_BOOTP
+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