Module Name: src Committed By: he Date: Sun Mar 18 14:12:56 UTC 2012
Modified Files: src/distrib/vax/ramdisk: Makefile src/sys/arch/vax/conf: INSTALL Log Message: Bump the ramdisk size so that the contents fits again. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/distrib/vax/ramdisk/Makefile cvs rdiff -u -r1.58 -r1.59 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/ramdisk/Makefile diff -u src/distrib/vax/ramdisk/Makefile:1.26 src/distrib/vax/ramdisk/Makefile:1.27 --- src/distrib/vax/ramdisk/Makefile:1.26 Thu Feb 11 09:06:51 2010 +++ src/distrib/vax/ramdisk/Makefile Sun Mar 18 14:12:55 2012 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.26 2010/02/11 09:06:51 roy Exp $ +# $NetBSD: Makefile,v 1.27 2012/03/18 14:12:55 he Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs -IMAGESIZE= 1536k +IMAGESIZE= 1664k MAKEFS_FLAGS= -f 15 WARNS= 1 Index: src/sys/arch/vax/conf/INSTALL diff -u src/sys/arch/vax/conf/INSTALL:1.58 src/sys/arch/vax/conf/INSTALL:1.59 --- src/sys/arch/vax/conf/INSTALL:1.58 Sun Dec 18 05:49:33 2011 +++ src/sys/arch/vax/conf/INSTALL Sun Mar 18 14:12:55 2012 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.58 2011/12/18 05:49:33 dholland Exp $ +# $NetBSD: INSTALL,v 1.59 2012/03/18 14:12:55 he 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=3072 # size of memory disk, in blocks +options MEMORY_DISK_ROOT_SIZE=3328 # 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