Home | History | Annotate | Line # | Download | only in bootcd-com
      1 #	$NetBSD: Makefile,v 1.10 2026/01/07 16:08:22 nia Exp $
      2 #
      3 
      4 CDMAKEFSEXTRAOPTS=	-m 700m
      5 
      6 # HP Proliant iLO serial console is on com1
      7 CDBOOTOPTIONS=	-o console=com0
      8 
      9 .include "${.CURDIR}/../Makefile.cdrom"
     10 
     11 CDBASE=		boot-com			# gives ${CDBASE}.iso
     12 
     13 CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
     14 CLEANFILES+=	boot.cfg
     15 
     16 prepare_md_post:
     17 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
     18 
     19 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     20