Module Name:    src
Committed By:   he
Date:           Fri Mar 23 18:37:42 UTC 2012

Modified Files:
        src/distrib/macppc/floppies/ramdisk: Makefile
        src/sys/arch/macppc/conf: GENERIC_MD INSTALL

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


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/distrib/macppc/floppies/ramdisk/Makefile
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/macppc/conf/GENERIC_MD
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/macppc/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/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.39 src/distrib/macppc/floppies/ramdisk/Makefile:1.40
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.39	Fri Dec 24 10:11:39 2010
+++ src/distrib/macppc/floppies/ramdisk/Makefile	Fri Mar 23 18:37:42 2012
@@ -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

Index: src/sys/arch/macppc/conf/GENERIC_MD
diff -u src/sys/arch/macppc/conf/GENERIC_MD:1.11 src/sys/arch/macppc/conf/GENERIC_MD:1.12
--- src/sys/arch/macppc/conf/GENERIC_MD:1.11	Fri Dec 24 10:11:39 2010
+++ src/sys/arch/macppc/conf/GENERIC_MD	Fri Mar 23 18:37:42 2012
@@ -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 @@ include "arch/macppc/conf/GENERIC"
 # 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

Index: src/sys/arch/macppc/conf/INSTALL
diff -u src/sys/arch/macppc/conf/INSTALL:1.114 src/sys/arch/macppc/conf/INSTALL:1.115
--- src/sys/arch/macppc/conf/INSTALL:1.114	Wed Jan 11 16:29:32 2012
+++ src/sys/arch/macppc/conf/INSTALL	Fri Mar 23 18:37:42 2012
@@ -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 	RTC_OFFSET=0	# hardware clock i
 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

Reply via email to