Put an INSTALL kernel and ofwboot.xcf into ISO9660 root.

Newer OpenFirmware recognizes not only HFS but also ISO partition.

XXX: should I also update files in src/distrib/cdrom?
This commit is contained in:
tsutsui 2010-05-04 14:09:11 +00:00
parent 30fe5a6c65
commit 67ae586755
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:07 bouyer Exp $
# $NetBSD: Makefile,v 1.2 2010/05/04 14:09:11 tsutsui Exp $
CDBASE= macppccd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDKERNELS= netbsd-INSTALL.gz netbsd
CDINSTKERNEL= ../../floppies/md-kernel
CDBUILDEXTRA= ${DESTDIR}/usr/mdec/ofwboot.xcf
.include "${.CURDIR}/../../../common/Makefile.bootcd"