From cc3fb447893cb4ac0aa4369843b92072369bc7e5 Mon Sep 17 00:00:00 2001 From: dsl Date: Sun, 27 Nov 2005 17:39:01 +0000 Subject: [PATCH] Increase the size of the ramdisk filesystem to that of the (recently increased) hole in the kernel image --- distrib/amd64/floppies/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/amd64/floppies/ramdisk/Makefile b/distrib/amd64/floppies/ramdisk/Makefile index 3f94f8221f4f..f994415e5a89 100644 --- a/distrib/amd64/floppies/ramdisk/Makefile +++ b/distrib/amd64/floppies/ramdisk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2005/01/19 00:16:17 lukem Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/27 17:39:01 dsl Exp $ IMAGE= ramdisk.fs -IMAGESIZE= 2304k +IMAGESIZE= 5000k IMAGEDEPENDS= disktab.preinstall \ ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script USE_SYSINST= yes