Module Name:    src
Committed By:   he
Date:           Wed Jan 13 14:24:58 UTC 2010

Modified Files:
        src/distrib/acorn32/ramdisk: Makefile
        src/sys/arch/acorn32/conf: INSTALL

Log Message:
Bump the ramdisk size so that the contents fits again.
OK'ed by reinoud@


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/acorn32/ramdisk/Makefile
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/acorn32/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/acorn32/ramdisk/Makefile
diff -u src/distrib/acorn32/ramdisk/Makefile:1.21 src/distrib/acorn32/ramdisk/Makefile:1.22
--- src/distrib/acorn32/ramdisk/Makefile:1.21	Thu Sep 24 21:04:45 2009
+++ src/distrib/acorn32/ramdisk/Makefile	Wed Jan 13 14:24:58 2010
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.21 2009/09/24 21:04:45 he Exp $
+#	$NetBSD: Makefile,v 1.22 2010/01/13 14:24:58 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2000k
+IMAGESIZE=	2300k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1

Index: src/sys/arch/acorn32/conf/INSTALL
diff -u src/sys/arch/acorn32/conf/INSTALL:1.55 src/sys/arch/acorn32/conf/INSTALL:1.56
--- src/sys/arch/acorn32/conf/INSTALL:1.55	Sat Dec  5 20:11:03 2009
+++ src/sys/arch/acorn32/conf/INSTALL	Wed Jan 13 14:24:58 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.55 2009/12/05 20:11:03 pooka Exp $
+#	$NetBSD: INSTALL,v 1.56 2010/01/13 14:24:58 he Exp $
 #
 #	INSTALL -- NetBSD/acorn32 install configuration
 #
@@ -22,7 +22,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"INSTALL-$Revision: 1.55 $"
+#ident		"INSTALL-$Revision: 1.56 $"
 
 # estimated number of users
 maxusers	32
@@ -122,7 +122,7 @@
 # Device options
 
 options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
-options 	MEMORY_DISK_ROOT_SIZE=4100	# Size in blocks
+options 	MEMORY_DISK_ROOT_SIZE=4700	# Size in blocks
 options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 

Reply via email to