diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-03-02 06:05:46 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-03-02 06:05:46 +0000 |
commit | 45a0b52e721621248e7d9bea56b0e0311127b7c3 (patch) | |
tree | 40fbda3f660d88f98f947437580ca323da62aa3c /distrib | |
parent | bfb1a05d6a058148ecda43a30a40a20bbe225220 (diff) |
more was causing the console to go 7e1 during installation (should be 8n1)
solution was to remove more because it was not necessary, messsage was < 24
lines. This is what has been holding up mvme68k snapshot.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/mvme68k/ramdisk/install.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/mvme68k/ramdisk/install.md b/distrib/mvme68k/ramdisk/install.md index b7bbb57a333..5401c0b32cf 100644 --- a/distrib/mvme68k/ramdisk/install.md +++ b/distrib/mvme68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.2 1997/02/17 11:02:07 deraadt Exp $ +# $OpenBSD: install.md,v 1.3 1997/03/02 06:05:45 rahnds Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -155,7 +155,6 @@ __md_prep_disklabel_1 } md_welcome_banner() { -{ if [ "$MODE" = "install" ]; then echo "" echo "Welcome to the OpenBSD/mvme68k ${VERSION} installation program." @@ -195,7 +194,6 @@ prompt, you may have to hit return. Also, quitting in the middle of installation may leave your system in an inconsistent state. __welcome_banner_3 -} | more } md_not_going_to_install() { |