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/vax Minimize the installer for crunche...
details: https://anonhg.NetBSD.org/src/rev/7c7911bb0f0c
branches: trunk
changeset: 942094:7c7911bb0f0c
user: martin <martin%NetBSD.org@localhost>
date: Fri Nov 06 19:47:31 2020 +0000
description:
Minimize the installer for crunched install media
diffstat:
usr.sbin/sysinst/arch/vax/Makefile | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 6b37aa7d30c8 -r 7c7911bb0f0c usr.sbin/sysinst/arch/vax/Makefile
--- a/usr.sbin/sysinst/arch/vax/Makefile Fri Nov 06 18:36:20 2020 +0000
+++ b/usr.sbin/sysinst/arch/vax/Makefile Fri Nov 06 19:47:31 2020 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index