diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-17 11:02:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-17 11:02:11 +0000 |
commit | e4ce777e916b58c6160f44384314e4498473d0b9 (patch) | |
tree | 66e22bb33c68b108c807e8bb3abf9a04500d84d7 /distrib/mvme68k/ramdisk | |
parent | ff90765dbed35d5f670816e598e5f48b9a311257 (diff) |
mvme68k, OpenBSD
Diffstat (limited to 'distrib/mvme68k/ramdisk')
-rw-r--r-- | distrib/mvme68k/ramdisk/install.md | 6 | ||||
-rw-r--r-- | distrib/mvme68k/ramdisk/install.sub | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/mvme68k/ramdisk/install.md b/distrib/mvme68k/ramdisk/install.md index 0bdcdc92a47..b7bbb57a333 100644 --- a/distrib/mvme68k/ramdisk/install.md +++ b/distrib/mvme68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.1 1997/02/15 04:27:15 rahnds Exp $ +# $OpenBSD: install.md,v 1.2 1997/02/17 11:02:07 deraadt Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -158,7 +158,7 @@ md_welcome_banner() { { if [ "$MODE" = "install" ]; then echo "" - echo "Welcome to the OpenBSD/powerpc ${VERSION} installation program." + echo "Welcome to the OpenBSD/mvme68k ${VERSION} installation program." cat << \__welcome_banner_1 This program is designed to help you put OpenBSD on your disk, @@ -169,7 +169,7 @@ __welcome_banner_1 else echo "" - echo "Welcome to the OpenBSD/powerpc ${VERSION} upgrade program." + echo "Welcome to the OpenBSD/mvme68k ${VERSION} upgrade program." cat << \__welcome_banner_2 This program is designed to help you upgrade your OpenBSD system in a diff --git a/distrib/mvme68k/ramdisk/install.sub b/distrib/mvme68k/ramdisk/install.sub index 84cb86a8a2b..d7c576737f2 100644 --- a/distrib/mvme68k/ramdisk/install.sub +++ b/distrib/mvme68k/ramdisk/install.sub @@ -611,7 +611,7 @@ install_from_mounted_fs() { fi done else - echo "There are no NetBSD install sets available in \"$1\"" + echo "There are no OpenBSD install sets available in \"$1\"" return fi |