Source-Changes-HG archive

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

[src/trunk]: src Bump the ramdisk size with 100KB so that the contents fits a...



details:   https://anonhg.NetBSD.org/src/rev/fd28dd22bf6f
branches:  trunk
changeset: 778369:fd28dd22bf6f
user:      he <he%NetBSD.org@localhost>
date:      Fri Mar 23 18:37:42 2012 +0000

description:
Bump the ramdisk size with 100KB so that the contents fits again.

diffstat:

 distrib/macppc/floppies/ramdisk/Makefile |  4 ++--
 sys/arch/macppc/conf/GENERIC_MD          |  4 ++--
 sys/arch/macppc/conf/INSTALL             |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 302ad6e8cb91 -r fd28dd22bf6f distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Fri Mar 23 18:28:13 2012 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Fri Mar 23 18:37:42 2012 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.39 2010/12/24 10:11:39 aymeric Exp $
+#      $NetBSD: Makefile,v 1.40 2012/03/23 18:37:42 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2112k
+IMAGESIZE=     2212k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
diff -r 302ad6e8cb91 -r fd28dd22bf6f sys/arch/macppc/conf/GENERIC_MD
--- a/sys/arch/macppc/conf/GENERIC_MD   Fri Mar 23 18:28:13 2012 +0000
+++ b/sys/arch/macppc/conf/GENERIC_MD   Fri Mar 23 18:37:42 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_MD,v 1.11 2010/12/24 10:11:39 aymeric Exp $
+#      $NetBSD: GENERIC_MD,v 1.12 2012/03/23 18:37:42 he Exp $
 #
 # GENERIC_MD config file
 #
@@ -8,5 +8,5 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-options        MEMORY_DISK_ROOT_SIZE=4224      # 2112 KiB
+options        MEMORY_DISK_ROOT_SIZE=4424      # 2212 KiB
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
diff -r 302ad6e8cb91 -r fd28dd22bf6f sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Fri Mar 23 18:28:13 2012 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Fri Mar 23 18:37:42 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.114 2012/01/11 16:29:32 macallan Exp $
+#      $NetBSD: INSTALL,v 1.115 2012/03/23 18:37:42 he Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -17,7 +17,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=4224      # 2112 KiB
+options        MEMORY_DISK_ROOT_SIZE=4424      # 2212 KiB
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 options        USERCONF        # userconf(4) support



Home | Main Index | Thread Index | Old Index