Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src Pull up following revision(s) (requested by tsutsui in ti...
details: https://anonhg.NetBSD.org/src/rev/653ecf72e781
branches: netbsd-9
changeset: 1001459:653ecf72e781
user: martin <martin%NetBSD.org@localhost>
date: Mon Feb 10 18:28:33 2020 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #681):
distrib/news68k/floppies/ramdisk/Makefile: revision 1.38
sys/arch/news68k/conf/INSTALL: revision 1.66
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 0dfb73103684 -r 653ecf72e781 distrib/news68k/floppies/ramdisk/Makefile
--- a/distrib/news68k/floppies/ramdisk/Makefile Mon Feb 10 18:17:57 2020 +0000
+++ b/distrib/news68k/floppies/ramdisk/Makefile Mon Feb 10 18:28:33 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.37 2018/11/16 17:07:42 martin Exp $
+# $NetBSD: Makefile,v 1.37.2.1 2020/02/10 18:28:33 martin 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 0dfb73103684 -r 653ecf72e781 sys/arch/news68k/conf/INSTALL
--- a/sys/arch/news68k/conf/INSTALL Mon Feb 10 18:17:57 2020 +0000
+++ b/sys/arch/news68k/conf/INSTALL Mon Feb 10 18:28:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.65 2018/11/16 17:07:10 martin Exp $
+# $NetBSD: INSTALL,v 1.65.4.1 2020/02/10 18:28:33 martin 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