Put RAMDISK kernel and bootloader into / of iso-image.

(they can be used for boot from ISO on ARCBIOS)
This commit is contained in:
tsutsui 2008-04-26 10:45:49 +00:00
parent ee319e086d
commit 187061c9e6
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# $NetBSD: Makefile,v 1.1 2007/03/06 21:56:54 bouyer Exp $
# $NetBSD: Makefile,v 1.2 2008/04/26 10:45:49 tsutsui Exp $
CDBASE= arccd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDKERNELS= netbsd-RAMDISK.gz netbsd
CDINSTKERNEL= ../../instkernel
BOOT= ${DESTDIR}/usr/mdec/boot
image_md_post:
${CP} ${BOOT} cdrom
.include "${.CURDIR}/../../../common/Makefile.bootcd"