1 1.8 fvdl # $NetBSD: Makefile,v 1.8 2000/07/09 12:09:01 fvdl Exp $ 2 1.1 he 3 1.6 mycroft TOP= ${.CURDIR}/.. 4 1.1 he 5 1.1 he .include "${TOP}/Makefile.inc" 6 1.1 he 7 1.6 mycroft IMAGE= boot-big.fs 8 1.6 mycroft KERN!= cd $(.CURDIR)/../ramdisk-kernel/; \ 9 1.6 mycroft printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL.gz\n" | \ 10 1.6 mycroft ${MAKE} -s -f- 11 1.1 he 12 1.1 he # This Makefile builds a boot image on a 2.88M-sized image. 13 1.1 he # 14 1.2 he # Since NetBSD currently can't write 2.88M diskettes, it's only 15 1.1 he # use is as a boot image for El Torito bootable CD-ROM images. 16 1.1 he # 17 1.1 he # To prepare a CD, do the following steps: 18 1.1 he # 1) create a release(7) tree called NetBSD-1.3I 19 1.1 he # 2) create NetBSD-1.3I/boot.i386/ and place boot.fs in that directory 20 1.1 he # 3) do ``mkisofs -A "NetBSD ${version}" -b boot.i386/boot.fs -f \ 21 1.1 he # -o i386-cd.img -r -T NetBSD-1.3I'' 22 1.1 he # (you may omit '-f' if you're not using symlinks in the release tree) 23 1.1 he # This should place the image in i386-cd.img, which can hopefully 24 1.1 he # be used to burn a CD. 25 1.1 he 26 1.1 he DISKTYPE= floppy288 27 1.1 he DISKSIZE= 5760 28 1.8 fvdl METAFILE!= printf "USTAR.volsize.%o" ${DISKSIZE} 29 1.7 mycroft BLOCK8K= 359 30 1.8 fvdl PAD=yes 31 1.1 he 32 1.1 he .include "${TOP}/bootfloppy-common/Makefile.inc" 33