Module Name: src
Committed By: jakllsch
Date: Mon Sep 5 14:47:31 UTC 2016
Modified Files:
src/distrib/cats/ramdisk: Makefile
src/sys/arch/cats/conf: INSTALL
Log Message:
Increase size of cats installation memory disk by 100Ki.
Or: We shouldn't let the cats out of the bag.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/distrib/cats/ramdisk/Makefile
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/cats/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/cats/ramdisk/Makefile
diff -u src/distrib/cats/ramdisk/Makefile:1.22 src/distrib/cats/ramdisk/Makefile:1.23
--- src/distrib/cats/ramdisk/Makefile:1.22 Sun Mar 2 13:24:38 2014
+++ src/distrib/cats/ramdisk/Makefile Mon Sep 5 14:47:30 2016
@@ -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 <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2300k
+IMAGESIZE= 2400k
MAKEFS_FLAGS= -f 14
WARNS= 1
Index: src/sys/arch/cats/conf/INSTALL
diff -u src/sys/arch/cats/conf/INSTALL:1.96 src/sys/arch/cats/conf/INSTALL:1.97
--- src/sys/arch/cats/conf/INSTALL:1.96 Fri Aug 21 01:52:07 2015
+++ src/sys/arch/cats/conf/INSTALL Mon Sep 5 14:47:31 2016
@@ -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?? p
# 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