From afb5621babbaa8b5df4c10224a2d85a688209c67 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 7 Jun 2000 19:41:47 +0000 Subject: [PATCH] Add another `cylinder' to the ramdisk. --- distrib/i386/floppies/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index 52de5922db73..36ce0064f281 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/05/05 20:13:32 mycroft Exp $ +# $NetBSD: Makefile,v 1.27 2000/06/07 19:41:47 thorpej Exp $ TOP= ${.CURDIR}/.. WARNS=1 @@ -28,7 +28,7 @@ CRUNCHCONF= ${CBIN}.conf MTREE= mtree.conf RAMDISKSPC= 128 -RAMDISKCYLS= 23 +RAMDISKCYLS= 24 RAMDISKSIZE!= expr ${RAMDISKSPC} \* ${RAMDISKCYLS} install.sh: install.tmpl