Module Name: src Committed By: tsutsui Date: Thu Feb 20 14:30:23 UTC 2014
Modified Files: src/distrib/luna68k/ramdisk: Makefile list src/sys/arch/luna68k/conf: INSTALL Log Message: Add dhcpcd(8) to luna68k sysinst. Also bump ramdisk size. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/luna68k/ramdisk/Makefile cvs rdiff -u -r1.2 -r1.3 src/distrib/luna68k/ramdisk/list cvs rdiff -u -r1.14 -r1.15 src/sys/arch/luna68k/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/luna68k/ramdisk/Makefile diff -u src/distrib/luna68k/ramdisk/Makefile:1.1 src/distrib/luna68k/ramdisk/Makefile:1.2 --- src/distrib/luna68k/ramdisk/Makefile:1.1 Sat Jul 16 15:52:21 2011 +++ src/distrib/luna68k/ramdisk/Makefile Thu Feb 20 14:30:23 2014 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2011/07/16 15:52:21 tsutsui Exp $ +# $NetBSD: Makefile,v 1.2 2014/02/20 14:30:23 tsutsui Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs -IMAGESIZE= 1600k +IMAGESIZE= 1700k MAKEFS_FLAGS= -f 15 WARNS= 1 @@ -28,6 +28,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/distrib/luna68k/ramdisk/list diff -u src/distrib/luna68k/ramdisk/list:1.2 src/distrib/luna68k/ramdisk/list:1.3 --- src/distrib/luna68k/ramdisk/list:1.2 Sat Feb 15 18:41:20 2014 +++ src/distrib/luna68k/ramdisk/list Thu Feb 20 14:30:23 2014 @@ -1,4 +1,4 @@ -# $NetBSD: list,v 1.2 2014/02/15 18:41:20 tsutsui Exp $ +# $NetBSD: list,v 1.3 2014/02/20 14:30:23 tsutsui Exp $ SRCDIRS bin sbin usr.bin usr.sbin @@ -43,6 +43,7 @@ PROG sbin/route PROG sbin/shutdown PROG sbin/slattach PROG sbin/swapctl sbin/swapon +PROG sbin/sysctl PROG sbin/umount PROG usr/bin/ftp Index: src/sys/arch/luna68k/conf/INSTALL diff -u src/sys/arch/luna68k/conf/INSTALL:1.14 src/sys/arch/luna68k/conf/INSTALL:1.15 --- src/sys/arch/luna68k/conf/INSTALL:1.14 Sun Jun 30 21:38:57 2013 +++ src/sys/arch/luna68k/conf/INSTALL Thu Feb 20 14:30:23 2014 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.14 2013/06/30 21:38:57 rmind Exp $ +# $NetBSD: INSTALL,v 1.15 2014/02/20 14:30:23 tsutsui Exp $ # # config for installation ramdisk kernel # @@ -15,7 +15,7 @@ options FPSP # on m68040 to emulate som options MEMORY_DISK_HOOKS options MEMORY_DISK_IS_ROOT # Force root on ram-disk options MEMORY_DISK_SERVER=0 # no userspace md(4) support -options MEMORY_DISK_ROOT_SIZE=3200 # 1.60 Megabytes +options MEMORY_DISK_ROOT_SIZE=3400 # 1.60 Megabytes options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode # Standard system options