Module Name: src Committed By: he Date: Sun Mar 13 12:58:02 UTC 2011
Modified Files: src/distrib/news68k/floppies/ramdisk: Makefile src/sys/arch/news68k/conf: INSTALL Log Message: Bump the install image size from 1.5 to 1.6M so that it fits again. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/distrib/news68k/floppies/ramdisk/Makefile cvs rdiff -u -r1.52 -r1.53 src/sys/arch/news68k/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/news68k/floppies/ramdisk/Makefile diff -u src/distrib/news68k/floppies/ramdisk/Makefile:1.33 src/distrib/news68k/floppies/ramdisk/Makefile:1.34 --- src/distrib/news68k/floppies/ramdisk/Makefile:1.33 Thu Sep 24 21:04:46 2009 +++ src/distrib/news68k/floppies/ramdisk/Makefile Sun Mar 13 12:58:02 2011 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.33 2009/09/24 21:04:46 he Exp $ +# $NetBSD: Makefile,v 1.34 2011/03/13 12:58:02 he Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs -IMAGESIZE= 1500k +IMAGESIZE= 1600k MAKEFS_FLAGS= -f 15 WARNS= 1 Index: src/sys/arch/news68k/conf/INSTALL diff -u src/sys/arch/news68k/conf/INSTALL:1.52 src/sys/arch/news68k/conf/INSTALL:1.53 --- src/sys/arch/news68k/conf/INSTALL:1.52 Sun Mar 6 17:08:28 2011 +++ src/sys/arch/news68k/conf/INSTALL Sun Mar 13 12:58:02 2011 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.52 2011/03/06 17:08:28 bouyer Exp $ +# $NetBSD: INSTALL,v 1.53 2011/03/13 12:58:02 he Exp $ # config for bootable floppy kernel # @@ -18,7 +18,7 @@ options MEMORY_DISK_HOOKS options MEMORY_DISK_IS_ROOT # Force root on ram-disk options MEMORY_DISK_SERVER=0 # no userspace memory disk support -options MEMORY_DISK_ROOT_SIZE=3000 # 1.50 Megabytes +options MEMORY_DISK_ROOT_SIZE=3200 # 1.60 Megabytes options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode # Standard system options