Add dhcpcd(8) to luna68k sysinst. Also bump ramdisk size.

This commit is contained in:
tsutsui 2014-02-20 14:30:23 +00:00
parent 2ab760d98c
commit b2183d3ee1
3 changed files with 7 additions and 5 deletions

View File

@ -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"

View File

@ -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

View File

@ -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 some missing FP instructions
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