diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-24 15:32:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-24 15:32:38 +0000 |
commit | 1bdbb55bdab693b01f3ced067381029c4f3a928c (patch) | |
tree | b15d7c14be29b406dca611d3d59c378d77d0ae57 /distrib | |
parent | e17a3c739b4e845a3e06999bf0063591dceba69e (diff) |
openbsd
Diffstat (limited to 'distrib')
-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. |