Stop installing inst.fs.gz (and kern.fs).

inst.fs of 1200KB is too small to contain a recent image.
This commit is contained in:
isaki 2007-10-28 13:59:53 +00:00
parent 04a1aa35a4
commit 4553314da2
2 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.10 2002/05/13 01:04:18 lukem Exp $ # $NetBSD: Makefile,v 1.11 2007/10/28 13:59:53 isaki Exp $
SUBDIR= bootfloppy.generic ramdisk .WAIT instkernel .WAIT SUBDIR= ramdisk .WAIT instkernel .WAIT bootfloppy.sysinst
SUBDIR+= bootfloppy.sysinst # `floppy-root' cannot be used now, due to size issue.
#SUBDIR+= bootfloppy.generic
TARGETS+= release TARGETS+= release

View File

@ -1,11 +1,12 @@
# $NetBSD: Makefile,v 1.27 2007/05/12 06:32:19 isaki Exp $ # $NetBSD: Makefile,v 1.28 2007/10/28 13:59:53 isaki Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= inst.fs IMAGE= inst.fs
IMAGESIZE= 1200k IMAGESIZE= 1240k
IMAGE_RELEASEDIR= installation/floppy # `floppy-root' cannot be used now, due to size issue.
#IMAGE_RELEASEDIR= installation/floppy
MAKEFS_FLAGS= -f 10 MAKEFS_FLAGS= -f 10
WARNS= 1 WARNS= 1