summaryrefslogtreecommitdiff
path: root/distrib/alpha/common/install.md
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-31 17:30:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-31 17:30:32 +0000
commit0ac3ae1f43dc0de4f4a64dc45569c38ff5885946 (patch)
tree3ec610b10a08e9169ea99b34e483f0202affecba /distrib/alpha/common/install.md
parentd4c4b170da36ab5d761959ee920ea57a18ac559e (diff)
bit of shrinkage, krw ok
Diffstat (limited to 'distrib/alpha/common/install.md')
-rw-r--r--distrib/alpha/common/install.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/distrib/alpha/common/install.md b/distrib/alpha/common/install.md
index 3ccf7d8b1ce..674195921e0 100644
--- a/distrib/alpha/common/install.md
+++ b/distrib/alpha/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.3 2001/12/23 01:51:52 krw Exp $
+# $OpenBSD: install.md,v 1.4 2002/03/31 17:30:30 deraadt Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -34,15 +34,13 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
-
#
# machine dependent section of installation/upgrade script.
#
-ARCH=ARCH
-
# Machine-dependent install sets
MDSETS=kernel
+ARCH=ARCH
md_set_term() {
test -n "$TERM" && return
@@ -126,14 +124,11 @@ md_prep_disklabel()
md_checkfordisklabel $_disk
case $? in
- 0)
- ;;
- 1)
- echo WARNING: Disk $_disk has no label. You will be creating a new one.
+ 0) ;;
+ 1) echo WARNING: Disk $_disk has no label. You will be creating a new one.
echo
;;
- 2)
- echo WARNING: Label on disk $_disk is corrupted. You will be repairing.
+ 2) echo WARNING: Label on disk $_disk is corrupted. You will be repairing.
echo
;;
esac