diff options
author | 1996-10-24 15:32:37 +0000 | |
---|---|---|
committer | 1996-10-24 15:32:37 +0000 | |
commit | cac7e5b4559f86a743938e27ff985c8fa75c2bc4 (patch) | |
tree | 7fb8bcae038766083d0b32e4214aa0d3ed0edf23 | |
parent | kernel is 'bsd' (diff) | |
download | wireguard-openbsd-cac7e5b4559f86a743938e27ff985c8fa75c2bc4.tar.xz wireguard-openbsd-cac7e5b4559f86a743938e27ff985c8fa75c2bc4.zip |
openbsd
-rw-r--r-- | distrib/sparc/install.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 5bbd766c977..f7610b797a3 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -185,10 +185,10 @@ md_welcome_banner() { { if [ "$MODE" = "install" ]; then echo "" - echo "Welcome to the NetBSD/sparc ${VERSION} installation program." + echo "Welcome to the OpenBSD/sparc ${VERSION} installation program." cat << \__welcome_banner_1 -This program is designed to help you put NetBSD on your disk, +This program is designed to help you put OpenBSD on your disk, in a simple and rational way. You'll be asked several questions, and it would probably be useful to have your disk's hardware manual, the installation notes, and a calculator handy. @@ -196,10 +196,10 @@ __welcome_banner_1 else echo "" - echo "Welcome to the NetBSD/sparc ${VERSION} upgrade program." + echo "Welcome to the OpenBSD/sparc ${VERSION} upgrade program." cat << \__welcome_banner_2 -This program is designed to help you upgrade your NetBSD system in a +This program is designed to help you upgrade your OpenBSD system in a simple and rational way. As a reminder, installing the `etc' binary set is NOT recommended. @@ -243,7 +243,7 @@ md_congrats() { fi cat << __congratulations_1 -CONGRATULATIONS! You have successfully $what NetBSD! +CONGRATULATIONS! You have successfully $what OpenBSD! To boot the installed system, enter halt at the command prompt. Once the system has halted, reset the machine and boot from the disk. |