Home | History | Annotate | Line # | Download | only in bootfloppy-big
Makefile revision 1.24.8.1
      1  1.24.8.1    mjf #	$NetBSD: Makefile,v 1.24.8.1 2008/06/02 13:21:14 mjf Exp $
      2       1.1     he 
      3       1.1     he # This Makefile builds a boot image on a 2.88M-sized image.
      4       1.1     he #
      5      1.23    snj # Since NetBSD currently can't write 2.88M diskettes, its only
      6       1.1     he # use is as a boot image for El Torito bootable CD-ROM images.
      7       1.1     he #
      8       1.1     he # To prepare a CD, do the following steps:
      9       1.1     he # 1) create a release(7) tree called NetBSD-1.3I
     10       1.1     he # 2) create NetBSD-1.3I/boot.i386/ and place boot.fs in that directory
     11       1.1     he # 3) do ``mkisofs -A "NetBSD ${version}" -b boot.i386/boot.fs -f \
     12       1.1     he #	-o i386-cd.img -r -T NetBSD-1.3I''
     13       1.1     he #    (you may omit '-f' if you're not using symlinks in the release tree)
     14       1.1     he # This should place the image in i386-cd.img, which can hopefully
     15       1.1     he # be used to burn a CD.
     16       1.1     he 
     17      1.17  lukem FLOPPYBASE=	boot-big
     18      1.24  joerg FLOPPYSIZE=	7200
     19  1.24.8.1    mjf FLOPPYKERNEL=	netbsd-INSTALL_FLOPPY.gz
     20       1.1     he 
     21      1.16  lukem .include "${.CURDIR}/../common/Makefile.bootfloppy"
     22