Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add dhcpcd(8) to luna68k sysinst. Also bump ramdisk size.
details: https://anonhg.NetBSD.org/src/rev/53252c14f383
branches: trunk
changeset: 793588:53252c14f383
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Feb 20 14:30:23 2014 +0000
description:
Add dhcpcd(8) to luna68k sysinst. Also bump ramdisk size.
diffstat:
distrib/luna68k/ramdisk/Makefile | 5 +++--
distrib/luna68k/ramdisk/list | 3 ++-
sys/arch/luna68k/conf/INSTALL | 4 ++--
3 files changed, 7 insertions(+), 5 deletions(-)
diffs (59 lines):
diff -r abe9e4db0c56 -r 53252c14f383 distrib/luna68k/ramdisk/Makefile
--- a/distrib/luna68k/ramdisk/Makefile Thu Feb 20 13:36:06 2014 +0000
+++ b/distrib/luna68k/ramdisk/Makefile Thu Feb 20 14:30:23 2014 +0000
@@ -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 @@
${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 abe9e4db0c56 -r 53252c14f383 distrib/luna68k/ramdisk/list
--- a/distrib/luna68k/ramdisk/list Thu Feb 20 13:36:06 2014 +0000
+++ b/distrib/luna68k/ramdisk/list Thu Feb 20 14:30:23 2014 +0000
@@ -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/shutdown
PROG sbin/slattach
PROG sbin/swapctl sbin/swapon
+PROG sbin/sysctl
PROG sbin/umount
PROG usr/bin/ftp
diff -r abe9e4db0c56 -r 53252c14f383 sys/arch/luna68k/conf/INSTALL
--- a/sys/arch/luna68k/conf/INSTALL Thu Feb 20 13:36:06 2014 +0000
+++ b/sys/arch/luna68k/conf/INSTALL Thu Feb 20 14:30:23 2014 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index