Module Name:    src
Committed By:   martin
Date:           Fri Nov  6 19:47:31 UTC 2020

Modified Files:
        src/usr.sbin/sysinst/arch/vax: Makefile

Log Message:
Minimize the installer for crunched install media


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/arch/vax/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/arch/vax/Makefile
diff -u src/usr.sbin/sysinst/arch/vax/Makefile:1.1 src/usr.sbin/sysinst/arch/vax/Makefile:1.2
--- src/usr.sbin/sysinst/arch/vax/Makefile:1.1	Sat Jul 26 19:30:47 2014
+++ src/usr.sbin/sysinst/arch/vax/Makefile	Fri Nov  6 19:47:31 2020
@@ -1,8 +1,16 @@
-#	$NetBSD: Makefile,v 1.1 2014/07/26 19:30:47 dholland Exp $
+#	$NetBSD: Makefile,v 1.2 2020/11/06 19:47:31 martin Exp $
 #
 # Makefile for vax
 #
 
 MD_OPTIONS=	AOUT2ELF
 
+.ifdef SMALLPROG
+CHECK_ENTROPY=	no	# do not check entropy/offer adding
+NOPARTMAN=	yes
+NO_GPT=		yes
+NO_MBR=		yes
+NO_CLONES=	yes
+.endif
+
 .include "../../Makefile.inc"

Reply via email to