Source-Changes-HG archive

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

[src/trunk]: src - add dhcpcd support to x68k install ramdisk



details:   https://anonhg.NetBSD.org/src/rev/a2d588bcc00f
branches:  trunk
changeset: 782639:a2d588bcc00f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 10 17:40:09 2012 +0000

description:
- add dhcpcd support to x68k install ramdisk
- enable bpf(4) in INSTALL kernel for dhcpcd
- bump ramdisk size from 1400k to 1440k
No objection on port-x68k.

diffstat:

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

diffs (58 lines):

diff -r 74dd5021d8a2 -r a2d588bcc00f distrib/x68k/floppies/ramdisk/Makefile
--- a/distrib/x68k/floppies/ramdisk/Makefile    Sat Nov 10 16:28:06 2012 +0000
+++ b/distrib/x68k/floppies/ramdisk/Makefile    Sat Nov 10 17:40:09 2012 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.40 2010/02/11 09:06:51 roy Exp $
+#      $NetBSD: Makefile,v 1.41 2012/11/10 17:40:09 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=                 inst.fs
-IMAGESIZE=             1400k
+IMAGESIZE=             1440k
 # `floppy-root' cannot be used now, due to size issue.
 #IMAGE_RELEASEDIR=     installation/floppy
 
@@ -35,6 +35,7 @@
 .include       "${HACKSRC}/Makefile.inc"
 ${CRUNCHBIN}:  libhack.o
 
+.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
 .include "${DISTRIBDIR}/common/Makefile.crunch"
 .include "${DISTRIBDIR}/common/Makefile.makedev"
 .include "${DISTRIBDIR}/common/Makefile.image"
diff -r 74dd5021d8a2 -r a2d588bcc00f sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL        Sat Nov 10 16:28:06 2012 +0000
+++ b/sys/arch/x68k/conf/INSTALL        Sat Nov 10 17:40:09 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.95 2012/04/29 07:17:11 tsutsui Exp $
+#      $NetBSD: INSTALL,v 1.96 2012/11/10 17:40:09 tsutsui Exp $
 
 #
 #      INSTALL -- installation kernel.
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "INSTALL-$Revision: 1.95 $"
+#ident                 "INSTALL-$Revision: 1.96 $"
 
 makeoptions    COPTS="-Os"             # Optimise for space. Implies -O2
 
@@ -18,7 +18,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on memory-disk
 options        MEMORY_DISK_SERVER=0    # No user space hooks
-options        MEMORY_DISK_ROOT_SIZE=2800
+options        MEMORY_DISK_ROOT_SIZE=2880
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 ## System kernel configuration.  See options(4) for more detail.
@@ -277,5 +277,6 @@
 
 pseudo-device  md                      # boot floppy image
 pseudo-device  loop
+pseudo-device  bpfilter
 pseudo-device  sl              
 pseudo-device  pty             2       # pseudo-terminals (Sysinst needs two)



Home | Main Index | Thread Index | Old Index