more was causing the console to go 7e1 during installation (should be 8n1)
authorrahnds <rahnds@openbsd.org>
Sun, 2 Mar 1997 06:05:45 +0000 (06:05 +0000)
committerrahnds <rahnds@openbsd.org>
Sun, 2 Mar 1997 06:05:45 +0000 (06:05 +0000)
solution was to remove more because it was not necessary, messsage was < 24
lines. This is what has been holding up mvme68k snapshot.

distrib/mvme68k/ramdisk/install.md

index b7bbb57..5401c0b 100644 (file)
@@ -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() {