Home | History | Annotate | Line # | Download | only in liveimage
      1 #	$NetBSD: Makefile.liveimage,v 1.4 2025/02/02 03:19:37 tsutsui Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 KERN_SET=		kern-GENERIC
      6 IMGFFSVERSION=		2
      7 PRIMARY_BOOT=		bootxx_ffsv2
      8 SECONDARY_BOOT=		boot
      9 SECONDARY_BOOT_ARG=	# unnecessary
     10 
     11 EFIBOOT=		${WORKDIR}/usr/mdec/bootx64.efi
     12 EFIBOOT+=		${WORKDIR}/usr/mdec/bootia32.efi
     13 
     14 USE_MBR=		yes
     15 USE_GPT=		yes
     16 USE_GPTMBR=		yes
     17 
     18 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     19