Source-Changes-HG archive

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

[src/trunk]: src Support the use of DHCP in the install environment



details:   https://anonhg.NetBSD.org/src/rev/407a1f7275fc
branches:  trunk
changeset: 850494:407a1f7275fc
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Apr 05 14:36:43 2020 +0000

description:
Support the use of DHCP in the install environment

diffstat:

 distrib/macppc/floppies/ramdisk/Makefile |  3 ++-
 etc/etc.macppc/MAKEDEV.conf              |  4 +++-
 sys/arch/macppc/conf/INSTALL             |  3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r 2dabf9ad4d82 -r 407a1f7275fc distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Sun Apr 05 14:20:18 2020 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Sun Apr 05 14:36:43 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.51 2019/12/29 18:26:17 christos Exp $
+#      $NetBSD: Makefile,v 1.52 2020/04/05 14:36:43 sevan Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -37,6 +37,7 @@
 ${CRUNCHBIN}:  libhack.o
 
 .include "${DISTRIBDIR}/common/Makefile.crunch"
+.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
 .include "${DISTRIBDIR}/common/Makefile.makedev"
 .include "${DISTRIBDIR}/common/Makefile.image"
 
diff -r 2dabf9ad4d82 -r 407a1f7275fc etc/etc.macppc/MAKEDEV.conf
--- a/etc/etc.macppc/MAKEDEV.conf       Sun Apr 05 14:20:18 2020 +0000
+++ b/etc/etc.macppc/MAKEDEV.conf       Sun Apr 05 14:36:43 2020 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: MAKEDEV.conf,v 1.12 2018/09/23 09:20:59 maxv Exp $
+# $NetBSD: MAKEDEV.conf,v 1.13 2020/04/05 14:36:43 sevan Exp $
 
 all_md)
        makedev wscons sd0 sd1 sd2 st0 st1 cd0 cd1 wd0 wd1 wd2 wd3
        makedev ss0 ch0 uk0 uk1
        makedev mlx0 ld0 ld1 ld2 ld3
        makedev tty00 tty01 tty10
+       makedev bpf
        makedev usbs ttyCZ0 ttyCY0 audio speaker
        makedev music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
        makedev nvram apm adb grf0 openfirm
@@ -25,6 +26,7 @@
        makedev st0 st1 cd0 cd1 wd0 wd1 wd2 wd3 md0
        makedev ttyE0 wsmouse0 wskbd0 ttyEcfg
        makedev raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
+       makedev bpf
        ;;
 
 tty1[0-9])
diff -r 2dabf9ad4d82 -r 407a1f7275fc sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Sun Apr 05 14:20:18 2020 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Sun Apr 05 14:36:43 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.130 2020/01/08 13:28:14 macallan Exp $
+#      $NetBSD: INSTALL,v 1.131 2020/04/05 14:36:43 sevan Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -204,6 +204,7 @@
 pseudo-device  md                      # memory disk
 #pseudo-device fss                     # file system snapshot device
 pseudo-device  loop                    # network loopback
+pseudo-device  bpfilter                # packet filter
 pseudo-device  pty                     # pseudo-terminals
 
 pseudo-device  wsmux                   # mouse and keyboard multiplexor



Home | Main Index | Thread Index | Old Index