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:
parent
04a1aa35a4
commit
4553314da2
|
@ -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+= bootfloppy.sysinst
|
||||
SUBDIR= ramdisk .WAIT instkernel .WAIT bootfloppy.sysinst
|
||||
# `floppy-root' cannot be used now, due to size issue.
|
||||
#SUBDIR+= bootfloppy.generic
|
||||
|
||||
TARGETS+= release
|
||||
|
||||
|
|
|
@ -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 "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= inst.fs
|
||||
IMAGESIZE= 1200k
|
||||
IMAGE_RELEASEDIR= installation/floppy
|
||||
IMAGESIZE= 1240k
|
||||
# `floppy-root' cannot be used now, due to size issue.
|
||||
#IMAGE_RELEASEDIR= installation/floppy
|
||||
|
||||
MAKEFS_FLAGS= -f 10
|
||||
WARNS= 1
|
||||
|
|
Loading…
Reference in New Issue