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