Module Name:    src
Committed By:   he
Date:           Mon Aug 26 07:14:59 UTC 2013

Modified Files:
        src/distrib/acorn26/instkernel: Makefile
        src/sys/arch/acorn26/conf: INSTALL

Log Message:
Bump the ramdisk image size so that the contents fits again.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/acorn26/instkernel/Makefile
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/acorn26/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/acorn26/instkernel/Makefile
diff -u src/distrib/acorn26/instkernel/Makefile:1.15 src/distrib/acorn26/instkernel/Makefile:1.16
--- src/distrib/acorn26/instkernel/Makefile:1.15	Thu Feb 11 09:06:47 2010
+++ src/distrib/acorn26/instkernel/Makefile	Mon Aug 26 07:14:59 2013
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.15 2010/02/11 09:06:47 roy Exp $
+#	$NetBSD: Makefile,v 1.16 2013/08/26 07:14:59 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	1924k
+IMAGESIZE=	2112k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1

Index: src/sys/arch/acorn26/conf/INSTALL
diff -u src/sys/arch/acorn26/conf/INSTALL:1.42 src/sys/arch/acorn26/conf/INSTALL:1.43
--- src/sys/arch/acorn26/conf/INSTALL:1.42	Sun Jun 30 21:38:55 2013
+++ src/sys/arch/acorn26/conf/INSTALL	Mon Aug 26 07:14:59 2013
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.42 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: INSTALL,v 1.43 2013/08/26 07:14:59 he Exp $
 
 # INSTALL configuration, used to generate installation media
 
@@ -106,7 +106,7 @@ options		PIPE_SOCKETPAIR	# smaller, but 
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
-options 	MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=4224 # size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 # WS console uses DUMB, SUN or VT100 terminal emulation

Reply via email to