Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2000/05/02 16:06:48 sjg Exp $
2
3TOP=		${.CURDIR}/..
4
5.include "${TOP}/Makefile.inc"
6
7IMAGE=		boot-big.fs
8KERN?=	${KERNOBJDIR}/INSTALL/netbsd
9
10# This Makefile builds a boot image on a 2.88M-sized image.
11#
12# Since NetBSD currently can't write 2.88M diskettes, it's only
13# use is as a boot image for El Torito bootable CD-ROM images.
14#
15# To prepare a CD, do the following steps:
16# 1) create a release(7) tree called NetBSD-1.3I
17# 2) create NetBSD-1.3I/boot.i386/ and place boot.fs in that directory
18# 3) do ``mkisofs -A "NetBSD ${version}" -b boot.i386/boot.fs -f \
19#	-o i386-cd.img -r -T NetBSD-1.3I''
20#    (you may omit '-f' if you're not using symlinks in the release tree)
21# This should place the image in i386-cd.img, which can hopefully
22# be used to burn a CD.
23
24DISKTYPE=	floppy288
25DISKSIZE=	5760
26
27.include "${TOP}/bootfloppy-common/Makefile.inc"
28