diff options
-rw-r--r-- | distrib/mac68k/ramdisk/install.md | 3 | ||||
-rw-r--r-- | etc/etc.mac68k/ttys | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/distrib/mac68k/ramdisk/install.md b/distrib/mac68k/ramdisk/install.md index c3cda69a082..e91b0bdf6f0 100644 --- a/distrib/mac68k/ramdisk/install.md +++ b/distrib/mac68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.25 2005/03/27 15:13:50 krw Exp $ +# $OpenBSD: install.md,v 1.26 2006/03/09 20:49:00 miod Exp $ # # Copyright (c) 2002, Miodrag Vallat. # All rights reserved. @@ -64,7 +64,6 @@ # Machine-dependent install sets MDSETS="bsdsbc bsdsbc.rd" -MDTERM=vt100 ARCH=ARCH md_installboot() { diff --git a/etc/etc.mac68k/ttys b/etc/etc.mac68k/ttys index 0d3e3d9dc46..7d6f32c396c 100644 --- a/etc/etc.mac68k/ttys +++ b/etc/etc.mac68k/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.8 2006/01/04 20:39:03 miod Exp $ +# $OpenBSD: ttys,v 1.9 2006/03/09 20:49:01 miod Exp $ # # name getty type status comments # @@ -12,7 +12,7 @@ console "/usr/libexec/getty Pc" vt220 off secure # To enable the serial console, mark ttyC0 'off' and turn on the # console entry configuring it as though it were one of the serial # ports (e.g., setting the entry to 'std.9600'). -ttyC0 "/usr/libexec/getty Pc" vt100 on secure +ttyC0 "/usr/libexec/getty Pc" vt220 on secure # Hardwired lines are marked off, by default, so getty(8) # is quiet when they don't exist. |