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/amd64/common | |
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/amd64/common')
-rw-r--r-- | distrib/amd64/common/install.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md index bba77426b52..d4fc8418a97 100644 --- a/distrib/amd64/common/install.md +++ b/distrib/amd64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.54 2017/01/22 23:43:54 rpe Exp $ +# $OpenBSD: install.md,v 1.55 2017/07/28 18:15:44 rpe Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -39,8 +39,6 @@ if dmesg | grep -q 'efifb0 at mainbus0'; then MDEFI=y fi -((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." |