11.5Schristos#	$NetBSD: Makefile,v 1.5 2019/09/23 13:42:34 christos Exp $
21.1SbouyerCDBASE=		prepcd		# gives ${CDBASE}.iso
31.5SchristosCDRELEASE=	true		# include $RELEASEDIR/$RELEASEMACHINEDIR
41.4SmartinCDRELEASE_NODEBUG=	true
51.2SgarbledCDMAKEFSOPTIONS=bootimage=powerpc;cdrom/prep/installation/floppy/sysinst_com0.fs
61.2Sgarbled
71.2Sgarbled# prep needs a fdisk partition table at the head of the cd, pointing to the
81.2Sgarbled# boot image.  We create an el-torrito cd, and then point partition 0 at
91.2Sgarbled# it.
101.2Sgarbled
111.2Sgarbledimage_md_post:
121.3Sjmcneill	${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -i ${CDIMAGE}
131.3Sjmcneill	${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -u ${CDIMAGE}
141.1Sbouyer
151.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd"
16