head	1.2;
access;
symbols
	netbsd-11-0-RC4:1.2
	netbsd-11-0-RC3:1.2
	netbsd-11-0-RC2:1.2
	netbsd-11-0-RC1:1.2
	perseant-exfatfs-base-20250801:1.2
	netbsd-11:1.2.0.6
	netbsd-11-base:1.2
	netbsd-10-1-RELEASE:1.2
	perseant-exfatfs-base-20240630:1.2
	perseant-exfatfs:1.2.0.4
	perseant-exfatfs-base:1.2
	netbsd-10-0-RELEASE:1.2
	netbsd-10-0-RC6:1.2
	netbsd-10-0-RC5:1.2
	netbsd-10-0-RC4:1.2
	netbsd-10-0-RC3:1.2
	netbsd-10-0-RC2:1.2
	netbsd-10-0-RC1:1.2
	netbsd-10:1.2.0.2
	netbsd-10-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2021.07.24.14.00.08;	author jmcneill;	state Exp;
branches;
next	1.1;
commitid	ajnpwKEbyPvNjf2D;

1.1
date	2021.07.23.21.53.34;	author jmcneill;	state Exp;
branches;
next	;
commitid	NHUnnlv7HOncY92D;


desc
@@


1.2
log
@evbarm: liveimage: use RC_CONF_EXTRA instead of rc.conf.d
@
text
@#	$NetBSD: Makefile,v 1.1 2021/07/23 21:53:34 jmcneill Exp $

LIVEIMGBASE=	NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-live	# gives ${IMGBASE}.img

EMUIMAGEMB?=	1907            	# 2GB USB flash memories aren't 2GiB
LIVEIMAGEMB=	${EMUIMAGEMB}
SWAPMB=		0			# No swap
IMAGEHOSTNAME=	netbsd

FILESDIR!=	cd ${.CURDIR}/../../../utils/embedded/files ; pwd

SPEC_EXTRA=	${.CURDIR}/spec.armimage
RC_CONF_EXTRA=	${.CURDIR}/rc.conf.armimage
IMGFILE_EXTRA=								\
	${FILESDIR}/ec2_init		etc/rc.d/ec2_init		\
	${FILESDIR}/resize_gpt		etc/rc.d/resize_gpt

.include "${.CURDIR}/../Makefile.liveimage"
@


1.1
log
@evbarm: Add build.sh live-image support for armv7/aarch64
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.8 2020/08/05 01:35:18 jmcneill Exp $
d13 1
d16 1
a16 6
	${FILESDIR}/resize_gpt		etc/rc.d/resize_gpt		\
	${.CURDIR}/dhcpcd		etc/rc.conf.d/dhcpcd		\
	${.CURDIR}/ec2_init		etc/rc.conf.d/ec2_init		\
	${.CURDIR}/resize_gpt		etc/rc.conf.d/resize_gpt	\
	${.CURDIR}/resize_root		etc/rc.conf.d/resize_root	\
	${.CURDIR}/sshd			etc/rc.conf.d/sshd
@

