Source-Changes-HG archive

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

[src/trunk]: src Add and enable dhcpcd for news68k installation.



details:   https://anonhg.NetBSD.org/src/rev/451300404dca
branches:  trunk
changeset: 744418:451300404dca
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 01 06:02:00 2020 +0000

description:
Add and enable dhcpcd for news68k installation.

news68k has already required two floppies since 9.0
so there is no popular demand to shrink ramdisk.

diffstat:

 distrib/news68k/floppies/ramdisk/Makefile |  5 +++--
 sys/arch/news68k/conf/INSTALL             |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (50 lines):

diff -r 8685db201149 -r 451300404dca distrib/news68k/floppies/ramdisk/Makefile
--- a/distrib/news68k/floppies/ramdisk/Makefile Sat Feb 01 05:14:28 2020 +0000
+++ b/distrib/news68k/floppies/ramdisk/Makefile Sat Feb 01 06:02:00 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.37 2018/11/16 17:07:42 martin Exp $
+#      $NetBSD: Makefile,v 1.38 2020/02/01 06:02:00 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     1800k
+IMAGESIZE=     1856k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1
@@ -29,6 +29,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 8685db201149 -r 451300404dca sys/arch/news68k/conf/INSTALL
--- a/sys/arch/news68k/conf/INSTALL     Sat Feb 01 05:14:28 2020 +0000
+++ b/sys/arch/news68k/conf/INSTALL     Sat Feb 01 06:02:00 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.65 2018/11/16 17:07:10 martin Exp $
+#      $NetBSD: INSTALL,v 1.66 2020/02/01 06:02:00 tsutsui Exp $
 
 #      config for bootable floppy kernel
 #
@@ -18,7 +18,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options        MEMORY_DISK_ROOT_SIZE=3600      # 1.80 Megabytes
+options        MEMORY_DISK_ROOT_SIZE=3712      # 1.85 Megabytes
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 # Standard system options
@@ -137,6 +137,7 @@
 #romcons0 at mainbus0
 
 # Misc.
+pseudo-device  bpfilter                # Berkeley Packet Filter
 pseudo-device  loop                    # loopback interface; required
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  md                      # memory disk device



Home | Main Index | Thread Index | Old Index