From 319101532e1f862d70a48a09828420bed621efb8 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 21 Jan 2002 13:47:25 +0000 Subject: [PATCH] - reduce INSTALL size by 2.5MB. --- sys/arch/sparc64/conf/INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/sparc64/conf/INSTALL b/sys/arch/sparc64/conf/INSTALL index c81ffc23395c..94be8f441177 100644 --- a/sys/arch/sparc64/conf/INSTALL +++ b/sys/arch/sparc64/conf/INSTALL @@ -1,8 +1,8 @@ -# $NetBSD: INSTALL,v 1.5 2002/01/20 05:57:10 mrg Exp $ +# $NetBSD: INSTALL,v 1.6 2002/01/21 13:47:25 mrg Exp $ include "arch/sparc64/conf/GENERIC32" -#ident "INSTALL-$Revision: 1.5 $" +#ident "INSTALL-$Revision: 1.6 $" include "arch/sparc64/conf/std.sparc64-64" @@ -26,4 +26,4 @@ options MEMORY_DISK_IS_ROOT # force root on memory disk options MEMORY_DISK_SERVER=0 # no userspace memory disk support ## The miniroot size must be kept in sync manually with the size of ## the `miniroot' image (which is built in distrib/sparc64/miniroot). -options MINIROOTSIZE=15360 # size of memory disk, in blocks +options MINIROOTSIZE=10240 # size of memory disk, in blocks