=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/21.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- www/21.html 2019/06/12 20:57:16 1.28 +++ www/21.html 2019/06/13 05:33:57 1.29 @@ -27,14 +27,14 @@ Released sometime around June 1, 1997.
Copyright 1997, Theo de Raadt.
-

+

All applicable copyrights and credits are in the src.tar.gz, @@ -87,7 +87,7 @@ Quick installer information for people familiar with OpenBSD, and the use of the new "disklabel -E" command. If you are at all confused when installing OpenBSD, read the relevant INSTALL.* file as listed above! -

+

OpenBSD/i386:

Play with your BIOS options, and see if you can enable booting off a @@ -100,14 +100,14 @@ Unix, use "dd if=<file> of=/dev/<device> bs=32k" (where device could be "floppy" or "rfd0c" or "rfd0a"). Use properly formatted perfect floppies with NO BAD BLOCKS or you will lose. -

+

OpenBSD/arc:

Using CD1, tell the BOOT ROM to load the file CD1:\2.1\arc\bsd.rd. If that does not work, create a MS-DOS filesystem using your vendor's arc setup program, copy CD1:2.1/arc/bsd.rd to there and attempt to boot it. -

+

OpenBSD/sparc:

To boot off CD1, type "boot cdrom 2.1/sparc/bsd.rd", or @@ -120,25 +120,25 @@ floppy, insert "inst.fs". Answer a bunch of questions. Reboot from the "kc.fs" floppy. This time, when the floppy is ejected simply re-insert "kc.fs" again and answer a different set of questions. -

+

OpenBSD/pmax:

Write the simpleroot21.fs onto the start of the disk using dd on another machine. After moving the disk drive, use "boot -f rz(0,0,0)/bsd" (2100/3100) or "boot 5/rz0a/bsd" (5000). Alternatively, install via network as described in detail in INSTALL.pmax. -

+

OpenBSD/amiga:

Create BSD partitions according to INSTALL.amiga's preparation section. Mount the CD2 under AmigaOS as device CD0: Next, execute the following CLI command: "CD0:2.1/amiga/utils/loadbsd CD0:2.1/amiga/bsd.rd". -

+

OpenBSD/hp300:

You can boot over the network by following the instructions in INSTALL.hp300. -

+

OpenBSD/alpha:

Your alpha must use SRM firmware (not ARC). If you have a CDROM, you @@ -146,7 +146,7 @@ CDROM drive identifier). Otherwise, write CD2:2.1/alpha/floppy.fs to a floppy and boot that by typing "boot dva0". If this fails, you can place bsd.rd on some other device and boot it, or use the provided simpleroot. -

+

OpenBSD/mac68k:

Boot MacOS as normal and partition your disk with the appropriate A/UX @@ -156,7 +156,7 @@ BSD/Mac68k Installer to copy all the sets in CD1:2.1/mac68k/ onto your partitions. Finally, you will be ready to configure the BSD/Mac68k Booter with the location of your kernel and boot the system. -

+

OpenBSD/mvme68k:

Theo has no real idea. In the rush to get everything else done, the @@ -173,7 +173,6 @@ src.tar.gz contains a source archive starting at /usr/src. This file contains everything you need except for the kernel sources, which are in a separate archive. To extract: -

 # mkdir -p /usr/src
 # cd /usr/src
@@ -183,7 +182,6 @@
 srcsys.tar.gz contains a source archive starting at /usr/src/sys.
 This file contains all the kernel sources you need to rebuild kernels.
 To extract:
-

 # mkdir -p /usr/src/sys
 # cd /usr/src
@@ -204,7 +202,6 @@
 

Ports Tree

A ports tree archive is also provided. To extract: -

 # cd /usr
 # tar xvfz /tmp/ports.tar.gz
@@ -214,7 +211,7 @@
 

The ports/ subdirectory is a checkout of the OpenBSD ports tree. Go -read http://www.OpenBSD.org/faq/faq15.html +read https://www.OpenBSD.org/faq/faq15.html if you know nothing about ports at this point. This text is not a manual of how to use ports. Rather, it is a set of notes meant to kickstart the user on the @@ -234,7 +231,6 @@ order to keep current with the, you must make the ports/ tree available on a read-write medium and update the tree with a command like: -

 # cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd