Source-Changes-HG archive

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

[src/trunk]: src Bump the INSTALL ramdisk by 100k so that the contents fits a...



details:   https://anonhg.NetBSD.org/src/rev/005e2912c69e
branches:  trunk
changeset: 787705:005e2912c69e
user:      he <he%NetBSD.org@localhost>
date:      Fri Jun 28 19:24:28 2013 +0000

description:
Bump the INSTALL ramdisk by 100k so that the contents fits again.
Approved by nonaka@

diffstat:

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

diffs (34 lines):

diff -r b634b03612db -r 005e2912c69e distrib/zaurus/ramdisk/Makefile
--- a/distrib/zaurus/ramdisk/Makefile   Fri Jun 28 17:36:18 2013 +0000
+++ b/distrib/zaurus/ramdisk/Makefile   Fri Jun 28 19:24:28 2013 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.15 2012/04/07 09:10:47 nonaka Exp $
+#      $NetBSD: Makefile,v 1.16 2013/06/28 19:24:29 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2112k
+IMAGESIZE=     2212k
 MAKEFS_FLAGS=  -f 14
 
 WARNS=         1
diff -r b634b03612db -r 005e2912c69e sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL      Fri Jun 28 17:36:18 2013 +0000
+++ b/sys/arch/zaurus/conf/INSTALL      Fri Jun 28 19:24:28 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.18 2012/10/17 14:49:02 apb Exp $
+# $NetBSD: INSTALL,v 1.19 2013/06/28 19:24:28 he Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -9,7 +9,7 @@
 options        MEMORY_DISK_HOOKS       # enable root ramdisk
 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=4224      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=4424      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 # for reduce kernel size.



Home | Main Index | Thread Index | Old Index