Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Bump the ramdisk image size so that the contents fits again.
details: https://anonhg.NetBSD.org/src/rev/da5ed902a7bb
branches: trunk
changeset: 789604:da5ed902a7bb
user: he <he%NetBSD.org@localhost>
date: Mon Aug 26 07:14:59 2013 +0000
description:
Bump the ramdisk image size so that the contents fits again.
diffstat:
distrib/acorn26/instkernel/Makefile | 4 ++--
sys/arch/acorn26/conf/INSTALL | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 1957eb7d278f -r da5ed902a7bb distrib/acorn26/instkernel/Makefile
--- a/distrib/acorn26/instkernel/Makefile Sun Aug 25 21:12:56 2013 +0000
+++ b/distrib/acorn26/instkernel/Makefile Mon Aug 26 07:14:59 2013 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2010/02/11 09:06:47 roy Exp $
+# $NetBSD: Makefile,v 1.16 2013/08/26 07:14:59 he Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 1924k
+IMAGESIZE= 2112k
MAKEFS_FLAGS= -f 15
WARNS= 1
diff -r 1957eb7d278f -r da5ed902a7bb sys/arch/acorn26/conf/INSTALL
--- a/sys/arch/acorn26/conf/INSTALL Sun Aug 25 21:12:56 2013 +0000
+++ b/sys/arch/acorn26/conf/INSTALL Mon Aug 26 07:14:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.42 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: INSTALL,v 1.43 2013/08/26 07:14:59 he Exp $
# INSTALL configuration, used to generate installation media
@@ -106,7 +106,7 @@
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=4096 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=4224 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# WS console uses DUMB, SUN or VT100 terminal emulation
Home |
Main Index |
Thread Index |
Old Index