Pull up following revision(s) (requested by chs in ticket #484):

distrib/mvme68k/ramdisk/Makefile: revision 1.29
	sys/arch/mvme68k/conf/RAMDISK: revision 1.30
increase ramdisk size for gcc48.
This commit is contained in:
snj 2015-02-04 06:54:43 +00:00
parent c4ecdf2286
commit b3d09161ab
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.28 2009/09/20 19:49:09 abs Exp $
# $NetBSD: Makefile,v 1.28.26.1 2015/02/04 06:54:43 snj Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 1m
IMAGESIZE= 1200k
WARNS= 1
DBG= -Os

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.29 2014/07/05 09:21:14 tsutsui Exp $
# $NetBSD: RAMDISK,v 1.29.2.1 2015/02/04 06:54:43 snj Exp $
#
# RAMDISK: Root/swap on ramdisk
@ -46,7 +46,7 @@ options INET6 # IPV6
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT
options MEMORY_DISK_ROOT_SIZE=2100
options MEMORY_DISK_ROOT_SIZE=2400
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options USERCONF # userconf(4) support