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 so that this builds again.



details:   https://anonhg.NetBSD.org/src/rev/c5e040a3cc1c
branches:  trunk
changeset: 773525:c5e040a3cc1c
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 04 22:27:25 2012 +0000

description:
Bump the install image size so that this builds again.

diffstat:

 distrib/sgimips/instkernel/Makefile  |  4 ++--
 distrib/sgimips/ramdisk/Makefile     |  4 ++--
 sys/arch/sgimips/conf/INSTALL32_IP2x |  2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 42629477c6a8 -r c5e040a3cc1c distrib/sgimips/instkernel/Makefile
--- a/distrib/sgimips/instkernel/Makefile       Sat Feb 04 22:20:38 2012 +0000
+++ b/distrib/sgimips/instkernel/Makefile       Sat Feb 04 22:27:25 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2011/08/11 07:47:22 he Exp $
+#      $NetBSD: Makefile,v 1.10 2012/02/04 22:27:25 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 .endif
 
 IMAGE=         diskimage
-IMAGESIZE=     3700k
+IMAGESIZE=     3800k
 MTREECONF=     ${DISTRIBDIR}/common/mtree.dot
 IMAGEENDIAN=   be
 
diff -r 42629477c6a8 -r c5e040a3cc1c distrib/sgimips/ramdisk/Makefile
--- a/distrib/sgimips/ramdisk/Makefile  Sat Feb 04 22:20:38 2012 +0000
+++ b/distrib/sgimips/ramdisk/Makefile  Sat Feb 04 22:27:25 2012 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.18 2010/02/11 09:06:50 roy Exp $
+#      $NetBSD: Makefile,v 1.19 2012/02/04 22:27:26 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
 IMAGETAR=      diskimage.tgz
-IMAGESIZE=     3m
+IMAGESIZE=     3200k
 MAKEFS_FLAGS=  -f 15 -o density=4k
 
 WARNS=         1
diff -r 42629477c6a8 -r c5e040a3cc1c sys/arch/sgimips/conf/INSTALL32_IP2x
--- a/sys/arch/sgimips/conf/INSTALL32_IP2x      Sat Feb 04 22:20:38 2012 +0000
+++ b/sys/arch/sgimips/conf/INSTALL32_IP2x      Sat Feb 04 22:27:25 2012 +0000
@@ -11,5 +11,5 @@
 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=6144 # size of memory disk in blocks (3MB)
+options         MEMORY_DISK_ROOT_SIZE=6400 # size of memory disk in blocks (3200k)
 options         MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode



Home | Main Index | Thread Index | Old Index