diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
commit | ca20eee8a154b2ffc9df0940a63371bcd284aaed (patch) | |
tree | 2be4056cd94f078774d7c965c865f62e5289467a /distrib/atari/inst | |
parent | d44dfb5d692e3c38d987ca775af156909295c7b3 (diff) |
Did some s/NetBSD/OpenBSD/, s/netbsd/bsd/ and $OpenBSD$ additions.
However this stuff is largely related to NetBSD and must be completely
redone, if we will make real relases sometime
Diffstat (limited to 'distrib/atari/inst')
-rw-r--r-- | distrib/atari/inst/dot.instutils | 9 | ||||
-rw-r--r-- | distrib/atari/inst/install.sh | 15 |
2 files changed, 11 insertions, 13 deletions
diff --git a/distrib/atari/inst/dot.instutils b/distrib/atari/inst/dot.instutils index a4d0905ff0d..2e31b012f8e 100644 --- a/distrib/atari/inst/dot.instutils +++ b/distrib/atari/inst/dot.instutils @@ -1,4 +1,4 @@ -# +# $OpenBSD: dot.instutils,v 1.2 1996/04/25 21:27:44 niklas Exp $ # $NetBSD: dot.instutils,v 1.2 1995/05/10 13:41:08 leo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -28,11 +28,10 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# Installation configuration utilites (functions), to get NetBSD configured +# Installation configuration utilites (functions), to get OpenBSD configured # reasonably once it is installed on the hard disk. These are meant to be -# invoked from the shell prompt, by people installing NetBSD. +# invoked from the shell prompt, by people installing OpenBSD. Configure() { @@ -147,7 +146,7 @@ Configure() sync echo "" - echo "All that's left to do now is to install the NetBSD kernel on" + echo "All that's left to do now is to install the OpenBSD kernel on" echo "your hard disk. You should now halt your machine using the" echo "'halt' command. Once the machine is halted, replace the" echo "installation floppy with the kernel-copy floppy and hit any" diff --git a/distrib/atari/inst/install.sh b/distrib/atari/inst/install.sh index 51802b8f00a..cee17fa6614 100644 --- a/distrib/atari/inst/install.sh +++ b/distrib/atari/inst/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# +# $OpenBSD: install.sh,v 1.2 1996/04/25 21:27:46 niklas Exp $ # $NetBSD: install.sh,v 1.2 1995/08/25 19:17:28 leo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -29,9 +29,8 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# NetBSD installation script. +# OpenBSD installation script. # In a perfect world, this would be a nice C program, with a reasonable # user interface. @@ -95,9 +94,9 @@ prepdrive() { esac } -echo "Welcome to the NetBSD ${VERSION} installation program." +echo "Welcome to the OpenBSD ${VERSION} installation program." echo "" -echo "This program is designed to help you put NetBSD on your hard disk," +echo "This program is designed to help you put OpenBSD on your hard disk," echo "in a simple and rational way. Its main objective is to format," echo "mount and create an fstab for your root (/) and user (/usr)" echo "partitions." @@ -155,7 +154,7 @@ echo "" echo "THIS IS YOUR LAST CHANCE!!!" echo "" echo "(answering yes will format your root partition on $rdev)" -echo -n "Are you SURE you want NetBSD installed on your hard drive? (yes/no) " +echo -n "Are you SURE you want OpenBSD installed on your hard drive? (yes/no) " answer="" while [ "$answer" = "" ]; do getresp @@ -262,11 +261,11 @@ echo " done." echo "" echo "" echo "OK! The preliminary work of setting up your disk is now complete," -echo "and you can install the actual NetBSD software." +echo "and you can install the actual OpenBSD software." echo "" echo "Right now, your root is mounted on /mnt and your usr on /mnt/usr." echo "You should consult the installation notes to determine how to load" -echo "and install the NetBSD distribution sets, and how to configure your" +echo "and install the OpenBSD distribution sets, and how to configure your" echo "system when you are done." echo "" echo "GOOD LUCK!" |