Put a RAMDISK kernel and SYS_UBOOT into hp300 installcd to make it bootable.
This should finally close PR/54455.
This commit is contained in:
parent
4882e3f0bf
commit
7e1194a3e4
|
@ -1,6 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.3 2019/09/23 13:42:32 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2024/05/19 15:50:00 tsutsui Exp $
|
||||
CDBASE= hp300cd # gives ${CDBASE}.iso
|
||||
CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR
|
||||
CDRELEASE_NODEBUG= true
|
||||
|
||||
CDKERNELS= netbsd-RAMDISK.gz netbsd
|
||||
CDINSTKERNEL= ../../instkernel
|
||||
|
||||
SYS_UBOOT= SYS_UBOOT
|
||||
BOOTDIR= ${DESTDIR}/usr/mdec/rbootd
|
||||
|
||||
# make the CD bootable
|
||||
prepare_md_post:
|
||||
${INSTALL} ${COPY} -m 0644 ${BOOTDIR}/${SYS_UBOOT} cdrom
|
||||
|
||||
image_md_post:
|
||||
${TOOL_INSTALLBOOT} -m ${MACHINE} \
|
||||
${CDIMAGE} ${BOOTDIR}/${SYS_UBOOT} /${SYS_UBOOT}
|
||||
|
||||
.include "${.CURDIR}/../../../common/Makefile.bootcd"
|
||||
|
|
Loading…
Reference in New Issue