From b0d9a7482990ca223562242d0a521eddb313ff90 Mon Sep 17 00:00:00 2001 From: jakllsch Date: Mon, 5 Sep 2016 14:47:30 +0000 Subject: [PATCH] Increase size of cats installation memory disk by 100Ki. Or: We shouldn't let the cats out of the bag. --- distrib/cats/ramdisk/Makefile | 4 ++-- sys/arch/cats/conf/INSTALL | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/cats/ramdisk/Makefile b/distrib/cats/ramdisk/Makefile index 16ee228e1ce6..8627439055da 100644 --- a/distrib/cats/ramdisk/Makefile +++ b/distrib/cats/ramdisk/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2014/03/02 13:24:38 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2016/09/05 14:47:30 jakllsch Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs -IMAGESIZE= 2300k +IMAGESIZE= 2400k MAKEFS_FLAGS= -f 14 WARNS= 1 diff --git a/sys/arch/cats/conf/INSTALL b/sys/arch/cats/conf/INSTALL index c7ece5603ff7..509f38b5be83 100644 --- a/sys/arch/cats/conf/INSTALL +++ b/sys/arch/cats/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.96 2015/08/21 01:52:07 uebayasi Exp $ +# $NetBSD: INSTALL,v 1.97 2016/09/05 14:47:31 jakllsch Exp $ # # CATSINST -- CHALTECH CATS Install kernel # @@ -97,7 +97,7 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. # Device options options MEMORY_DISK_HOOKS # boottime setup of ramdisk -options MEMORY_DISK_ROOT_SIZE=4600 # Size in blocks +options MEMORY_DISK_ROOT_SIZE=4800 # Size in blocks options MEMORY_DISK_IS_ROOT # use memory disk as root options MEMORY_DISK_SERVER=0 # no userspace memory disk support options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode