diff options
author | 1997-03-02 06:05:45 +0000 | |
---|---|---|
committer | 1997-03-02 06:05:45 +0000 | |
commit | 430f11f4514a19454c886d60e24c27d975a56d77 (patch) | |
tree | abf405d37b30c7b02b9c1769b8a2f0a7092abc1f | |
parent | Update based on latest NetBSD version. (diff) | |
download | wireguard-openbsd-430f11f4514a19454c886d60e24c27d975a56d77.tar.xz wireguard-openbsd-430f11f4514a19454c886d60e24c27d975a56d77.zip |
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.
-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() { |