summaryrefslogtreecommitdiffstats
path: root/distrib/notes/atari/install
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/notes/atari/install')
-rw-r--r--distrib/notes/atari/install36
1 files changed, 18 insertions, 18 deletions
diff --git a/distrib/notes/atari/install b/distrib/notes/atari/install
index 727d519f7ee..6169d7db186 100644
--- a/distrib/notes/atari/install
+++ b/distrib/notes/atari/install
@@ -1,4 +1,4 @@
-Installing NetBSD is a relatively complex process, but, if you have
+Installing OpenBSD is a relatively complex process, but, if you have
this document in hand and are careful to read and remember the
information which is presented to you by the install program, it
shouldn't be too much trouble.
@@ -6,21 +6,21 @@ shouldn't be too much trouble.
Before you begin, you must have already prepared your hard disk as
detailed in the section on preparing your system for install.
-The following is a walk-through of the steps necessary to get NetBSD
+The following is a walk-through of the steps necessary to get OpenBSD
installed on your hard disk. If you wish to stop the installation,
you may hit Control-C at any prompt, but if you do, you'll have to
begin again from scratch.
- First you need to get yourself into NetBSD. This can be
+ First you need to get yourself into OpenBSD. This can be
done in a couple ways, both of which currently require
GEMDOS.
You can insert the GEMDOS kernel floppy and select
the loadbsd program. It will ask for parameters,
- supply: '-b netbsd'. You can, of course, also run it
+ supply: '-b bsd'. You can, of course, also run it
from the shell command-line in MiNT:
- loadbsd -b a:/netbsd
+ loadbsd -b a:/bsd
You should see the screen clear and some information about
your system as the kernel configures the hardware. Then
@@ -48,7 +48,7 @@ begin again from scratch.
use as your root.
YOU ARE NOW AT THE POINT OF NO RETURN. If you confirm that
- you want to install NetBSD, your hard drive will be modified,
+ you want to install OpenBSD, your hard drive will be modified,
and perhaps its contents scrambled at the whim of the install
program.
@@ -73,7 +73,7 @@ begin again from scratch.
list of the partitions on that disk along with their sizes,
types, etc.. Choose the letter that corresponds to the
partition you wish to use for /usr. To be able to make the
- proper selection, you need to know, that NetBSD assigns a
+ proper selection, you need to know, that OpenBSD assigns a
special meaning to some of the partition letters:
'a' : root filesystem
'b' : swap partition
@@ -90,7 +90,7 @@ begin again from scratch.
two file systems. This fstab will be in /mnt/etc.
What you do from this point on depends on which media you're
- using to install NetBSD. Follow the appropriate instructions,
+ using to install OpenBSD. Follow the appropriate instructions,
given below.
To install from an GEMDOS partition:
@@ -216,14 +216,14 @@ network configuration information.
Once you have supplied `Configure' all that it requests, your machine
will be configured well enough that when you reboot it it will
-almost be a completely functional NetBSD system. Note you should
+almost be a completely functional OpenBSD system. Note you should
ignore the errors from `chown' they will be corrected shortly.
Once you are done with `Configure', halt the system with the "halt"
command (wait for "halted" to be displayed) and reboot. Then again
-boot NetBSD this time with the command:
+boot OpenBSD this time with the command:
- loadbsd netbsd
+ loadbsd bsd
You need to do your final tweeks now. First mount your file systems
like so:
@@ -243,17 +243,17 @@ the man pages you can type `man vi' or `man ed' for instructions
on how to use these somewhat non-intuitive editors.
As mentioned at the end of the `Configure' run, you should copy the
-NetBSD kernel onto the root partition as "/netbsd". There is also
-another option to this. As NetBSD/Atari has to be booted from TOS,
+OpenBSD kernel onto the root partition as "/bsd". There is also
+another option to this. As OpenBSD/Atari has to be booted from TOS,
you could do the following:
Reserve a small GEMDOS partition of about 4Mb. This is
- enough to put in a few kernels. Put the netbsd kernel
+ enough to put in a few kernels. Put the bsd kernel
into this partition. Also, edit your /etc/fstab to always
mount this partition, say as /kernels. Now make a symlink
- from /netbsd to /kernels/netbsd.
+ from /bsd to /kernels/bsd.
This sceme is particulary handy when you want to make your
own kernel. When compilation is finished, you just copy
- your kernel to /kernels/netbsd and reboot. It's wise to
+ your kernel to /kernels/bsd and reboot. It's wise to
make sure there is _always_ a 'know to work' kernel image
present.
@@ -272,7 +272,7 @@ systems and halt your system, then reboot:
Finally you can now boot your system and it will be completely
functional:
- loadbsd -a netbsd
+ loadbsd -a bsd
When it boots off of the hard drive, you will have a complete
-NetBSD system! CONGRATULATIONS! (You really deserve them!!!)
+OpenBSD system! CONGRATULATIONS! (You really deserve them!!!)