From e0e72b8a737377fd1512380403f8a086f18e02e4 Mon Sep 17 00:00:00 2001 From: he Date: Sat, 4 Feb 2012 22:27:25 +0000 Subject: [PATCH] Bump the install image size so that this builds again. --- distrib/sgimips/instkernel/Makefile | 4 ++-- distrib/sgimips/ramdisk/Makefile | 4 ++-- sys/arch/sgimips/conf/INSTALL32_IP2x | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distrib/sgimips/instkernel/Makefile b/distrib/sgimips/instkernel/Makefile index 01c99585aa3e..d57d27969f68 100644 --- a/distrib/sgimips/instkernel/Makefile +++ b/distrib/sgimips/instkernel/Makefile @@ -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 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -16,7 +16,7 @@ LISTS= ${.CURDIR}/list64 .endif IMAGE= diskimage -IMAGESIZE= 3700k +IMAGESIZE= 3800k MTREECONF= ${DISTRIBDIR}/common/mtree.dot IMAGEENDIAN= be diff --git a/distrib/sgimips/ramdisk/Makefile b/distrib/sgimips/ramdisk/Makefile index a65f44cbd1dc..9d62c9d69f21 100644 --- a/distrib/sgimips/ramdisk/Makefile +++ b/distrib/sgimips/ramdisk/Makefile @@ -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 .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 --git a/sys/arch/sgimips/conf/INSTALL32_IP2x b/sys/arch/sgimips/conf/INSTALL32_IP2x index 93a3543242fc..c59144d47725 100644 --- a/sys/arch/sgimips/conf/INSTALL32_IP2x +++ b/sys/arch/sgimips/conf/INSTALL32_IP2x @@ -11,5 +11,5 @@ makeoptions COPTS="-Os" 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