Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Bump the install image size from 1.5 to 1.6M so that it fits...



details:   https://anonhg.NetBSD.org/src/rev/7befda0469e9
branches:  trunk
changeset: 763213:7befda0469e9
user:      he <he%NetBSD.org@localhost>
date:      Sun Mar 13 12:58:02 2011 +0000

description:
Bump the install image size from 1.5 to 1.6M so that it fits again.

diffstat:

 distrib/news68k/floppies/ramdisk/Makefile |  4 ++--
 sys/arch/news68k/conf/INSTALL             |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 9d867a26ee64 -r 7befda0469e9 distrib/news68k/floppies/ramdisk/Makefile
--- a/distrib/news68k/floppies/ramdisk/Makefile Sun Mar 13 09:12:35 2011 +0000
+++ b/distrib/news68k/floppies/ramdisk/Makefile Sun Mar 13 12:58:02 2011 +0000
@@ -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
diff -r 9d867a26ee64 -r 7befda0469e9 sys/arch/news68k/conf/INSTALL
--- a/sys/arch/news68k/conf/INSTALL     Sun Mar 13 09:12:35 2011 +0000
+++ b/sys/arch/news68k/conf/INSTALL     Sun Mar 13 12:58:02 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index