Sync usage with man page.
[netbsd-mini2440.git] / distrib / prep / cdroms / installcd / Makefile
blobf92414c0e0ccbd51da3d561b87fa0cf82a1225d6
1 # $NetBSD: Makefile,v 1.1 2007/03/06 21:57:18 bouyer Exp $
2 CDBASE= prepcd # gives ${CDBASE}.iso
3 CDRELEASE= true # include $RELEASEDIR/$MACHINE
4 CDMAKEFSOPTIONS=bootimage=powerpc;cdrom/prep/installation/floppy/sysinst_com0.fs
6 # prep needs a fdisk partition table at the head of the cd, pointing to the
7 # boot image. We create an el-torrito cd, and then point partition 0 at
8 # it.
10 image_md_post:
11 ${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -i ${CDBASE}.iso
12 ${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -u ${CDBASE}.iso
14 .include "${.CURDIR}/../../../common/Makefile.bootcd"