Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.3.42.2
      1  1.3.42.2    martin #	$NetBSD: Makefile,v 1.3.42.2 2020/04/13 07:45:31 martin Exp $
      2       1.1    bouyer CDBASE=		prepcd		# gives ${CDBASE}.iso
      3  1.3.42.2    martin CDRELEASE=	true		# include $RELEASEDIR/$RELEASEMACHINEDIR
      4  1.3.42.1  christos CDRELEASE_NODEBUG=	true
      5       1.2   garbled CDMAKEFSOPTIONS=bootimage=powerpc;cdrom/prep/installation/floppy/sysinst_com0.fs
      6       1.2   garbled 
      7       1.2   garbled # prep needs a fdisk partition table at the head of the cd, pointing to the
      8       1.2   garbled # boot image.  We create an el-torrito cd, and then point partition 0 at
      9       1.2   garbled # it.
     10       1.2   garbled 
     11       1.2   garbled image_md_post:
     12       1.3  jmcneill 	${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -i ${CDIMAGE}
     13       1.3  jmcneill 	${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -u ${CDIMAGE}
     14       1.1    bouyer 
     15       1.1    bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     16