Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/evbarm/isoimage Exclude live images from install media
details: https://anonhg.NetBSD.org/src/rev/21159f260574
branches: trunk
changeset: 977003:21159f260574
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Oct 11 14:54:08 2020 +0000
description:
Exclude live images from install media
diffstat:
distrib/evbarm/isoimage/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r bcd50c15d418 -r 21159f260574 distrib/evbarm/isoimage/Makefile
--- a/distrib/evbarm/isoimage/Makefile Sun Oct 11 14:24:50 2020 +0000
+++ b/distrib/evbarm/isoimage/Makefile Sun Oct 11 14:54:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/10/11 14:24:50 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/11 14:54:08 jmcneill Exp $
.include <bsd.own.mk>
.include "${.CURDIR}/Makefile.cdrom"
@@ -13,3 +13,6 @@
< ${.CURDIR}/boot.cfg.in > boot.cfg
.include "${.CURDIR}/../../common/Makefile.bootcd"
+
+# Exclude live images from installation media
+CDRELEASE_EXCLUDE+= -s ',./binary/gzimg.*,,gp'
Home |
Main Index |
Thread Index |
Old Index