From a839529a7ec2f330115f0a656b4eb923b078c073 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 1 Apr 2008 00:01:14 +0000 Subject: [PATCH] Increase the Zaurus INSTALL memory disk size to match the size of the ramdisk created by the distrib files. --- sys/arch/zaurus/conf/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/zaurus/conf/INSTALL b/sys/arch/zaurus/conf/INSTALL index 6e56935e173e..09ffdba4eaa9 100644 --- a/sys/arch/zaurus/conf/INSTALL +++ b/sys/arch/zaurus/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.1 2006/12/17 16:07:11 peter Exp $ +# $NetBSD: INSTALL,v 1.2 2008/04/01 00:01:14 chris Exp $ # # INSTALL config file (GENERIC with memory disk root) # @@ -9,5 +9,5 @@ include "arch/zaurus/conf/GENERIC" 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=2880 # size of memory disk, in blocks +options MEMORY_DISK_ROOT_SIZE=4200 # size of memory disk, in blocks #options MEMORY_DISK_ROOT_SIZE=6000