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