buildfloppies.sh: Image is 29012 bytes (28 KB) too big to fit on 2 disks
So make it 3 floppes until someone finds a way to conserve space. The build has been broken for months.
This commit is contained in:
parent
da3795c23e
commit
4719f3b41e
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.1 2005/12/29 16:01:30 tsutsui Exp $
|
# $NetBSD: Makefile,v 1.2 2011/09/21 16:13:51 christos Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
FLOPPYBASE= boot
|
FLOPPYBASE= boot
|
||||||
FLOPPYSIZE= 1989 # 2D excluding cylinder 0 side 0
|
FLOPPYSIZE= 1989 # 2D excluding cylinder 0 side 0
|
||||||
FLOPPYFILES= boot netbsd
|
FLOPPYFILES= boot netbsd
|
||||||
FLOPPYMAX= 2
|
FLOPPYMAX= 3
|
||||||
FLOPPYSUFFIX= .fs
|
FLOPPYSUFFIX= .fs
|
||||||
|
|
||||||
FLOPPY_RELEASEDIR= installation/floppy
|
FLOPPY_RELEASEDIR= installation/floppy
|
||||||
|
|
Loading…
Reference in New Issue