Module Name:    src
Committed By:   christos
Date:           Sat Nov  9 21:32:55 UTC 2013

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

Log Message:
bump md image size


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/vax/miniroot/Makefile.inc
cvs rdiff -u -r1.30 -r1.31 src/distrib/vax/ramdisk/Makefile
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/vax/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/vax/miniroot/Makefile.inc
diff -u src/distrib/vax/miniroot/Makefile.inc:1.23 src/distrib/vax/miniroot/Makefile.inc:1.24
--- src/distrib/vax/miniroot/Makefile.inc:1.23	Fri Oct 26 14:15:56 2012
+++ src/distrib/vax/miniroot/Makefile.inc	Sat Nov  9 16:32:55 2013
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.23 2012/10/26 18:15:56 tsutsui Exp $
+# $NetBSD: Makefile.inc,v 1.24 2013/11/09 21:32:55 christos Exp $
 
-IMAGESIZE=	7m
+IMAGESIZE=	8m
 MAKEFS_FLAGS=	-o density=3k
 IMAGEENDIAN=	le
 MAKEDEVTARGETS=	all ipty

Index: src/distrib/vax/ramdisk/Makefile
diff -u src/distrib/vax/ramdisk/Makefile:1.30 src/distrib/vax/ramdisk/Makefile:1.31
--- src/distrib/vax/ramdisk/Makefile:1.30	Tue Jul  3 17:49:56 2012
+++ src/distrib/vax/ramdisk/Makefile	Sat Nov  9 16:32:55 2013
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.30 2012/07/03 21:49:56 abs Exp $
+#	$NetBSD: Makefile,v 1.31 2013/11/09 21:32:55 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	1664k
+IMAGESIZE=	2048k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1

Index: src/sys/arch/vax/conf/INSTALL
diff -u src/sys/arch/vax/conf/INSTALL:1.66 src/sys/arch/vax/conf/INSTALL:1.67
--- src/sys/arch/vax/conf/INSTALL:1.66	Sat Apr 27 17:43:43 2013
+++ src/sys/arch/vax/conf/INSTALL	Sat Nov  9 16:32:55 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.66 2013/04/27 21:43:43 christos Exp $
+#	$NetBSD: INSTALL,v 1.67 2013/11/09 21:32:55 christos Exp $
 #
 # INSTALL kernel; all supported devices but nothing fancy.
 #
@@ -33,7 +33,7 @@ maxusers	8
 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=3328	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=4000	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 # Kernel compiled-in symbolic debugger & system call tracer

Reply via email to