Put RAMDISK kernel and bootloader into / of iso-image.
(they can be used for boot from ISO on ARCBIOS)
This commit is contained in:
parent
ee319e086d
commit
187061c9e6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue