Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst/arch/ews4800mips Drop MBR and cloning suppo...



details:   https://anonhg.NetBSD.org/src/rev/bb0963cf5057
branches:  trunk
changeset: 461033:bb0963cf5057
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Nov 13 18:58:09 2019 +0000

description:
Drop MBR and cloning support on crunched install media.

diffstat:

 usr.sbin/sysinst/arch/ews4800mips/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 338e6d423abd -r bb0963cf5057 usr.sbin/sysinst/arch/ews4800mips/Makefile
--- a/usr.sbin/sysinst/arch/ews4800mips/Makefile        Wed Nov 13 18:57:26 2019 +0000
+++ b/usr.sbin/sysinst/arch/ews4800mips/Makefile        Wed Nov 13 18:58:09 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2019/06/13 06:34:31 martin Exp $
+#      $NetBSD: Makefile,v 1.3 2019/11/13 18:58:09 martin Exp $
 #
 # Makefile for ews4800mips
 #
@@ -8,6 +8,8 @@
 .ifdef SMALLPROG
 NOPARTMAN=     yes
 NO_GPT=                yes
+NO_MBR=                yes
+NO_CLONES=     yes
 .endif
 
 .include "../../Makefile.inc"



Home | Main Index | Thread Index | Old Index