From 430f11f4514a19454c886d60e24c27d975a56d77 Mon Sep 17 00:00:00 2001 From: rahnds Date: Sun, 2 Mar 1997 06:05:45 +0000 Subject: [PATCH] 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. --- distrib/mvme68k/ramdisk/install.md | 4 +--- 1 file changed, 1 insertion(+), 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() { -- 2.20.1