Module Name:    src
Committed By:   joerg
Date:           Sun Nov 13 22:14:44 UTC 2016

Modified Files:
        src/distrib/evbppc/ramdisk: Makefile
        src/sys/arch/evbppc/conf: INSTALL.inc

Log Message:
Give the ramdisk a bit more space, evbppc64 for clang is running out.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/evbppc/ramdisk/Makefile
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbppc/conf/INSTALL.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.19 src/distrib/evbppc/ramdisk/Makefile:1.20
--- src/distrib/evbppc/ramdisk/Makefile:1.19	Fri Jan 16 22:37:58 2015
+++ src/distrib/evbppc/ramdisk/Makefile	Sun Nov 13 22:14:44 2016
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.19 2015/01/16 22:37:58 joerg Exp $
+#	$NetBSD: Makefile,v 1.20 2016/11/13 22:14:44 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	3200k
+IMAGESIZE=	3240k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1

Index: src/sys/arch/evbppc/conf/INSTALL.inc
diff -u src/sys/arch/evbppc/conf/INSTALL.inc:1.2 src/sys/arch/evbppc/conf/INSTALL.inc:1.3
--- src/sys/arch/evbppc/conf/INSTALL.inc:1.2	Thu Mar  6 23:14:16 2014
+++ src/sys/arch/evbppc/conf/INSTALL.inc	Sun Nov 13 22:14:44 2016
@@ -1,4 +1,4 @@
-# 	$NetBSD: INSTALL.inc,v 1.2 2014/03/06 23:14:16 joerg Exp $
+# 	$NetBSD: INSTALL.inc,v 1.3 2016/11/13 22:14:44 joerg Exp $
 
 # DEBUG options turned on:
 
@@ -17,5 +17,5 @@ options 	MEMORY_DISK_IS_ROOT	# force roo
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
 ## The ramdisk size must be kept in sync manually with the size of
 ## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
-options 	MEMORY_DISK_ROOT_SIZE=6400	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=6480	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode

Reply via email to