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