Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.9
      1  1.9  jmcneill #	$NetBSD: Makefile,v 1.9 2021/07/24 16:13:44 jmcneill Exp $
      2  1.1   tsutsui 
      3  1.4      gson LIVEIMGBASE=	NetBSD-${DISTRIBVER}-amd64-live	# gives ${IMGBASE}.img
      4  1.1   tsutsui 
      5  1.7      gson EMUIMAGEMB?=	1907            	# 2GB USB flash memories aren't 2GiB
      6  1.3   tsutsui LIVEIMAGEMB=	${EMUIMAGEMB}
      7  1.8  jmcneill SWAPMB=		0			# No swap
      8  1.8  jmcneill IMAGEHOSTNAME=	netbsd
      9  1.8  jmcneill 
     10  1.8  jmcneill FILESDIR!=	cd ${.CURDIR}/../../../utils/embedded/files ; pwd
     11  1.8  jmcneill 
     12  1.8  jmcneill SPEC_EXTRA=	${.CURDIR}/spec.emuimage
     13  1.9  jmcneill RC_CONF_EXTRA=	${.CURDIR}/rc.conf.emuimage
     14  1.8  jmcneill IMGFILE_EXTRA=								\
     15  1.8  jmcneill 	${FILESDIR}/ec2_init		etc/rc.d/ec2_init		\
     16  1.9  jmcneill 	${FILESDIR}/resize_disklabel	etc/rc.d/resize_disklabel
     17  1.1   tsutsui 
     18  1.1   tsutsui .include "${.CURDIR}/../Makefile.liveimage"
     19