Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbarm/installimage Use the same naming scheme for i...



details:   https://anonhg.NetBSD.org/src/rev/d09b7e350f2a
branches:  trunk
changeset: 959338:d09b7e350f2a
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Feb 08 19:11:41 2021 +0000

description:
Use the same naming scheme for install images as we use for the ISO images.

diffstat:

 distrib/evbarm/installimage/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r f008d2448ba5 -r d09b7e350f2a distrib/evbarm/installimage/Makefile
--- a/distrib/evbarm/installimage/Makefile      Mon Feb 08 19:09:59 2021 +0000
+++ b/distrib/evbarm/installimage/Makefile      Mon Feb 08 19:11:41 2021 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.7 2020/11/16 11:38:29 rin Exp $
+#      $NetBSD: Makefile,v 1.8 2021/02/08 19:11:41 martin Exp $
 
 .include <bsd.own.mk>
 
-INSTIMGBASE=   NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-install    # gives ${IMGBASE}.img
+INSTIMGBASE=   NetBSD-${DISTRIBVER}-evbarm-${MACHINE_ARCH}-install     # gives ${IMGBASE}.img
 
 INSTIMAGEMB?=  1550                    # for all installation binaries
 



Home | Main Index | Thread Index | Old Index