diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-07-08 16:20:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-07-08 16:20:18 +0000 |
commit | 3df5a66bc533c9c697307539f1c055dcec13f15d (patch) | |
tree | 418bed9fe04ced057dac7f8363b0289a03963364 /distrib | |
parent | f227138c04a54112f0cf39ea40a28cd58ab74db9 (diff) |
hp300 console is now vt220 so make that the default term type. OK miod@
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/hp300/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md index 7f9a9dede37..d3e34c2759e 100644 --- a/distrib/hp300/ramdisk/install.md +++ b/distrib/hp300/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.39 2005/03/27 15:13:49 krw Exp $ +# $OpenBSD: install.md,v 1.40 2005/07/08 16:20:17 millert Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -39,7 +39,7 @@ # machine dependent section of installation/upgrade script # -MDTERM=hp300h +MDTERM=vt220 ARCH=ARCH md_installboot() { |