Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common/bootimage Default USE_MBR to no
details: https://anonhg.NetBSD.org/src/rev/025f898a464a
branches: trunk
changeset: 933692:025f898a464a
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Thu May 28 15:12:03 2020 +0000
description:
Default USE_MBR to no
diffstat:
distrib/common/bootimage/Makefile.installimage | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b42b3dae177f -r 025f898a464a distrib/common/bootimage/Makefile.installimage
--- a/distrib/common/bootimage/Makefile.installimage Thu May 28 14:00:05 2020 +0000
+++ b/distrib/common/bootimage/Makefile.installimage Thu May 28 15:12:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.installimage,v 1.6 2019/11/21 22:29:03 joerg Exp $
+# $NetBSD: Makefile.installimage,v 1.7 2020/05/28 15:12:03 jmcneill Exp $
#
# Common Makefile to create a bootable installation image for USB flash etc.
#
@@ -36,6 +36,8 @@
FSTAB_IN?= ${NETBSDSRCDIR}/distrib/common/bootimage/fstab.install.in
+USE_MBR?= no
+
.if ${USE_MBR} != "no"
DISKPROTO_IN?= ${NETBSDSRCDIR}/distrib/common/bootimage/diskproto.noswap.mbr.in
.else
Home |
Main Index |
Thread Index |
Old Index