Skip to content

Commit bc3cf49

Browse files
committed
luna68k/liveimage: fix live-image build errors on non-NetBSD hosts
1 parent 737d124 commit bc3cf49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

distrib/luna68k/liveimage/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2026/01/18 00:12:11 tsutsui Exp $
1+
# $NetBSD: Makefile,v 1.2 2026/01/18 14:56:16 tsutsui Exp $
22

33
LIVEIMGBASE= NetBSD-${DISTRIBVER}-luna68k-live # gives ${IMGBASE}.img
44

@@ -44,7 +44,7 @@ ${WORKMDBOOTPART}: ${TARGETFS} ${MDBOOTPARTFILES}
4444
.endfor
4545
${RM} -f ${WORKMDBOOTPART}
4646
${TOOL_MAKEFS} -M ${MDBOOTPARTMB}m -m ${MDBOOTPARTMB}m \
47-
-xx -F ${SPEC_BOOT} \
47+
-xx -F ${SPEC_BOOT} -N ${WORKDIR}/etc \
4848
-B ${TARGET_ENDIANNESS} \
4949
${MAKEFS_TIMESTAMP} \
5050
${MDBOOTPARTMAKEFSOPTIONS} \

0 commit comments

Comments
 (0)