diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-07-15 21:12:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-07-15 21:12:51 +0000 |
commit | 2c14d0dddcd37fb261a40e9816e2980a85258f57 (patch) | |
tree | 7553803d5c87b0a8afddfdccebe99d6935bc879f /distrib/alpha | |
parent | 48090618bf8d65e520ac1339a9d8a0ed0a01c8ba (diff) |
Suggest vt220 as terminal type, not sun, since we are running wscons on
alpha...
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/install.md b/distrib/alpha/common/install.md index 9b46c2346f9..459b6f17253 100644 --- a/distrib/alpha/common/install.md +++ b/distrib/alpha/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.10 2002/05/20 16:53:57 krw Exp $ +# $OpenBSD: install.md,v 1.11 2002/07/15 21:12:50 miod Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -40,7 +40,7 @@ # Machine-dependent install sets MDSETS=kernel -MDTERM=sun +MDTERM=vt220 ARCH=ARCH md_set_term() { |