diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-07-28 18:15:45 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-07-28 18:15:45 +0000 |
commit | 79a575328402014361db766af9666ee71ebe65c4 (patch) | |
tree | 0b6dc7f73f880940314371bc9178e36abcad3574 /distrib/sparc64 | |
parent | aff11244565e121716635ccb1d321fca7e65a220 (diff) |
DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts
according to the same logic for all architectures but sgi.
Consolidate setting them in one place in install.sub and incorporate
the sgi specific MDSETS and MDSANESETS.
Introduce MDSANESETS complementing MDSETS which makes the construction
of DEFAULTSETS, THESETS and SANESETS clearer in install.sub.
While here, adjust the comment about how MDSETS used now.
OK deraadt@
Diffstat (limited to 'distrib/sparc64')
-rw-r--r-- | distrib/sparc64/common/install.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md index ce11f432f98..9bc62ea8bb7 100644 --- a/distrib/sparc64/common/install.md +++ b/distrib/sparc64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.48 2017/01/22 23:43:54 rpe Exp $ +# $OpenBSD: install.md,v 1.49 2017/07/28 18:15:44 rpe Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,8 +37,6 @@ MDXAPERTURE=1 MDXDM=y NCPU=$(sysctl -n hw.ncpufound) -((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp"; SANESETS="bsd bsd.mp"; } - md_installboot() { if ! installboot -r /mnt ${1}; then echo "\nFailed to install bootblocks." |