summaryrefslogtreecommitdiffstats
path: root/distrib/i386/common
diff options
context:
space:
mode:
authorrpe <rpe@openbsd.org>2014-08-15 09:45:54 +0000
committerrpe <rpe@openbsd.org>2014-08-15 09:45:54 +0000
commit88536531d2d0b83470f774fb10212bdd5c3b0213 (patch)
tree17a92999978e139f6cd5702c0db3860b6c3f5a54 /distrib/i386/common
parentshorten share/doc/{html,mg} to share/doc, since nothing currently (diff)
downloadwireguard-openbsd-88536531d2d0b83470f774fb10212bdd5c3b0213.tar.xz
wireguard-openbsd-88536531d2d0b83470f774fb10212bdd5c3b0213.zip
Align install.md files with installer style.
- { foo ; bar ; } -> { foo; bar; } - if foo ; then -> if foo; then OK halex@
Diffstat (limited to 'distrib/i386/common')
-rw-r--r--distrib/i386/common/install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md
index d7071dde795..992dc1bc8a7 100644
--- a/distrib/i386/common/install.md
+++ b/distrib/i386/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.58 2014/07/20 20:12:41 deraadt Exp $
+# $OpenBSD: install.md,v 1.59 2014/08/15 09:45:54 rpe Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -37,10 +37,10 @@ MDXDM=y
MDLID=y
NCPU=$(sysctl -n hw.ncpufound)
-((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp" ; SANESETS="bsd bsd.mp" ; }
+((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp"; SANESETS="bsd bsd.mp"; }
md_installboot() {
- if ! installboot -r /mnt ${1} ; then
+ if ! installboot -r /mnt ${1}; then
echo "\nFailed to install bootblocks."
echo "You will not be able to boot OpenBSD from ${1}."
exit