From f88f7e1e1b14a9db5eea2a6a1c85f311818faa37 Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 14 May 2006 02:21:59 +0000 Subject: [PATCH] Per consensus on tech-install, take "bootN.fs" and "boot-comN.fs" to three floppies. (The build is broken again without this.) "boot-big1.fs", from the same ramdisk as "bootN.fs", still just fits in 2880KB by virtue of the fact that the 9KB of padding is only added once per floppy image. --- distrib/i386/floppies/bootfloppy-com/Makefile | 4 ++-- distrib/i386/floppies/bootfloppy/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/i386/floppies/bootfloppy-com/Makefile b/distrib/i386/floppies/bootfloppy-com/Makefile index 33169eaddd97..83b7680fc439 100644 --- a/distrib/i386/floppies/bootfloppy-com/Makefile +++ b/distrib/i386/floppies/bootfloppy-com/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/07/26 08:26:07 dsl Exp $ +# $NetBSD: Makefile,v 1.6 2006/05/14 02:21:59 fredb Exp $ FLOPPYBASE= boot-com -FLOPPYMAX= 2 +FLOPPYMAX= 3 FLOPPYKERNEL= netbsd-INSTALL.gz FLOPPYBOOTOPTIONS= -o console=com0 diff --git a/distrib/i386/floppies/bootfloppy/Makefile b/distrib/i386/floppies/bootfloppy/Makefile index 81b5062c8199..c4cf59f89ed4 100644 --- a/distrib/i386/floppies/bootfloppy/Makefile +++ b/distrib/i386/floppies/bootfloppy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2002/11/18 12:39:44 lukem Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/14 02:21:59 fredb Exp $ FLOPPYBASE= boot -FLOPPYMAX= 2 +FLOPPYMAX= 3 FLOPPYKERNEL= netbsd-INSTALL.gz .include "${.CURDIR}/../common/Makefile.bootfloppy"