Default USE_MBR to no

This commit is contained in:
jmcneill 2020-05-28 15:12:03 +00:00
parent 63a7cdaa84
commit 1052b1ffc3

View File

@ -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 @@ SETS?= modules base etc
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