Makefile revision 1.2
11.2Sgarbled#	$NetBSD: Makefile,v 1.2 2008/04/30 08:08:32 garbled Exp $
21.1SbouyerCDBASE=		prepcd		# gives ${CDBASE}.iso
31.2SgarbledCDRELEASE=	true		# include $RELEASEDIR/$MACHINE
41.2SgarbledCDMAKEFSOPTIONS=bootimage=powerpc;cdrom/prep/installation/floppy/sysinst_com0.fs
51.2Sgarbled
61.2Sgarbled# prep needs a fdisk partition table at the head of the cd, pointing to the
71.2Sgarbled# boot image.  We create an el-torrito cd, and then point partition 0 at
81.2Sgarbled# it.
91.2Sgarbled
101.2Sgarbledimage_md_post:
111.2Sgarbled	${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -i ${CDBASE}.iso
121.2Sgarbled	${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -u ${CDBASE}.iso
131.1Sbouyer
141.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd"
15