Module Name:    src
Committed By:   tsutsui
Date:           Sat Feb  1 06:02:00 UTC 2020

Modified Files:
        src/distrib/news68k/floppies/ramdisk: Makefile
        src/sys/arch/news68k/conf: INSTALL

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/distrib/news68k/floppies/ramdisk/Makefile
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/news68k/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/news68k/floppies/ramdisk/Makefile
diff -u src/distrib/news68k/floppies/ramdisk/Makefile:1.37 src/distrib/news68k/floppies/ramdisk/Makefile:1.38
--- src/distrib/news68k/floppies/ramdisk/Makefile:1.37	Fri Nov 16 17:07:42 2018
+++ src/distrib/news68k/floppies/ramdisk/Makefile	Sat Feb  1 06:02:00 2020
@@ -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 @@ HACKSRC=	${DISTRIBDIR}/utils/libhack
 ${CRUNCHBIN}:	libhack.o
 
 .include "${DISTRIBDIR}/common/Makefile.crunch"
+.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
 .include "${DISTRIBDIR}/common/Makefile.makedev"
 .include "${DISTRIBDIR}/common/Makefile.image"
 

Index: src/sys/arch/news68k/conf/INSTALL
diff -u src/sys/arch/news68k/conf/INSTALL:1.65 src/sys/arch/news68k/conf/INSTALL:1.66
--- src/sys/arch/news68k/conf/INSTALL:1.65	Fri Nov 16 17:07:10 2018
+++ src/sys/arch/news68k/conf/INSTALL	Sat Feb  1 06:02:00 2020
@@ -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 	CPU_SINGLE		# Will IOP be suppo
 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 @@ cd*	at scsibus? target ? lun ?		# SCSI C
 #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

Reply via email to