[BACK]Return to 22.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / 22.html (download) (as text)

Revision 1.27, Sun Mar 16 19:20:44 2014 UTC (10 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.26: +21 -16 lines

some unification

<!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
<html>
<head>
<title>OpenBSD 2.2</title>
<meta name="resource-type" content="document">
<meta name="description" content="the main OpenBSD page">
<meta name="keywords" content="openbsd,main">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1996-2001 by OpenBSD.">
</head>

<body bgcolor="#ffffff" text="#000000" link="#23238E">

<a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
<hr>

<p>
<a href=images/openbsd22_cover.gif>
<img align=left src=images/cd22-s.gif height=90 width=90 hspace=20 vspace=80></a>
<h2><font color=#0000e0>OpenBSD 2.2</font></h2>
<p>
Released sometime around December 1, 1997.<br>
Copyright 1997, Theo de Raadt.<br>
<font color=#e00000>ISBN 0-9683637-0-9</font>.
<p>
<ul>
<li><strong>Order a CDROM from our ordering system.</strong>
<li>See the information on <a href=ftp.html>The FTP page</a> for
	a list of mirror machines
<li>Go to the <font color=#e00000>pub/OpenBSD/2.2/</font> directory on
	one of the mirror sites
<li>Briefly read the rest of this document.
<li>Have a look at <a href=errata22.html>The 2.2 Errata page</a> for a list of bugs
and workarounds.
</ul>
<br clear=all>
All applicable copyrights and credits can be found in the applicable
file sources found in the files src.tar.gz, sys.tar.gz,
xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
distribution files used to build packages from the ports.tar.gz file
are not included on the CDROM because of lack of space.
<p>

<a name="install"></a>
<hr>
<p>
<h3><font color="#0000e0">How to install</font></h3>
<p>
Following this are the instructions if you had purchased a CDROM set
from <a href=orders.html>http://www.OpenBSD.org/orders.html</a>,
instead of attempting to do
an alternate form of install.  The instructions for doing an ftp (or
other style of) install are very similar; the CDROM instructions are
left intact so that you can see how much easier it would have been if
you had purchased a CDROM instead.
<p>
<hr>
Please refer to the following files on the two CDROM's for extensive
details on how to install OpenBSD 2.2 on your machine:
<p>
<dl>
<li>	CD1:2.2/i386/INSTALL.i386
<li>	CD1:2.2/arc/INSTALL.arc
<li>	CD1:2.2/mac68k/INSTALL.mac68k
<li>	CD1:2.2/pmax/INSTALL.pmax
<li>	CD1:2.2/sparc/INSTALL.sparc
<li>	CD1:2.2/mvme68k/INSTALL.mvme68k
<p>
<li>	CD2:2.2/amiga/INSTALL.amiga
<li>	CD2:2.2/hp300/INSTALL.hp300
<li>	CD2:2.2/alpha/INSTALL.alpha
</dl>
<hr>
<p>
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!
<p>
<h3><font color=#e00000>i386:</font></h3>
<p>
Play with your BIOS options, and see if you can enable booting off a
CD; try using CD1.  If not, write CD1:2.2/i386/floppy22.fs to a
floppy, then boot that.  If you are mixing OpenBSD with another
operating system, you will surely need to read the INSTALL.i386
document.
<p>
To make a floppy under MS-DOS, use /2.2/tools/rawrite.exe.  Under
Unix, use "dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k" (where device could
be "floppy" or "rfd0c" or "rfd0a").  Use properly formatted perfect
floppies with NO BAD BLOCKS or you will lose.
<p>
<h3><font color=#e00000>ARC:</font></h3>
<p>
Using CD1, tell the BOOT ROM to load the file CD1:\2.2\arc\bsd.rd.  If
that does not work, create a MS-DOS filesystem using your vendor's arc
setup program, copy CD1:2.2/arc/bsd.rd to there and attempt to boot
it.
<p>
<h3><font color=#e00000>SPARC:</font></h3>
<p>
To boot off CD1, type "boot cdrom 2.2/sparc/bsd.rd", or
"b sd(0,6,0)2.2/sparc/bsd.rd" depending on your ROM version.
Alternatively, write CD1:2.2/sparc/floppy22.fs to a floppy and boot it
using "boot fd()" or "boot floppy" depending on your ROM version.
Finally, a third alternative is to write CD1:2.2/sparc/kc.fs and
CD1:2.2/sparc/inst.fs to two separate floppies.  Then insert "kc.fs",
and boot as described above.  As soon as the floppy drive ejects a
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.
<p>
<h3><font color=#e00000>PMAX:</font></h3>
<p>
Write the simpleroot22.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.
<p>
<h3><font color=#e00000>AMIGA:</font></h3>
<p>
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.2/amiga/utils/loadbsd CD0:2.2/amiga/bsd.rd".
<p>
<h3><font color=#e00000>HP300:</font></h3>
<p>
You can boot over the network by following the instructions in
INSTALL.hp300.
<p>
<h3><font color=#e00000>ALPHA:</font></h3>
<p>
Your alpha must use SRM firmware (not ARC).  If you have a CDROM, you
can try "boot -fi 2.2/alpha/bsd.rd dkaX" (use "show device" to find your
CDROM drive identifier). Otherwise, write CD2:2.2/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.
<p>
<h3><font color=#e00000>MAC68K:</font></h3>
<p>
Boot MacOS as normal and partition your disk with the appropriate A/UX
configurations.  Then, extract the Macside utilities from
CD1:2.2/mac68k/utils onto your hard disk.  Run Mkfs to create your
filesystems on the A/UX partitions you just made.  Then, use the
BSD/Mac68k Installer to copy all the sets in CD1:2.2/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.
<p>
<h3><font color=#e00000>MVME68K:</font></h3>
<p>
Theo has no real idea.  In the rush to get everything else done, the
install stuff for the mvme68k was never completed.  Enough pieces are
included so that a really skilled person could find a way to install
it; perhaps using netbooting.  Good luck!
<hr>
<p>
<h3><font color=#e00000>NOTES ABOUT THE SOURCE CODE:</font></h3>
<p>
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:
<p>
<pre>
# mkdir -p /usr/src
# cd /usr/src
# tar xvfz /tmp/src.tar.gz
</pre>
<p>
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:
<p>
<pre>
# mkdir -p /usr/src/sys
# cd /usr/src
# tar xvfz /tmp/srcsys.tar.gz
</pre>
<p>
Both of these trees are a regular CVS checkout.  Using these trees it
is possible to get a head-start on using the anoncvs servers as
described at <a href=anoncvs.html>http://www.OpenBSD.org/anoncvs.html</a>.
Using these files
results in a much faster initial CVS update than you could expect from
a fresh checkout of the full OpenBSD source tree.
<p>
<hr>
<p>
<h3><font color=#e00000>PORTS TREE</font></h3>
<p>
A ports tree archive is also provided.  To extract:
<p>
<pre>
# cd /usr
# tar xvfz /tmp/ports.tar.gz
# cd ports
# ls
...
</pre>
<p>
The ports/ subdirectory is a checkout of the OpenBSD ports tree.  Go
read <a href=faq/faq15.html>http://www.OpenBSD.org/faq/faq15.html</a>
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
OpenBSD ports system.
<p>
Certainly, the OpenBSD ports system is not complete.  This is because
the full integration of ports into the OpenBSD environment is a very
young project as of this release.  We believe the ports that are
provided here are stable, but it is most important to realize that
ports will continue to grow a great deal in functionality in the
future.
<p>
As we said, ports will be growing a lot in the future.  The ports/
directory represents a CVS (see the manpage for cvs(1) if you aren't
familiar with CVS) checkout of our ports.  As with our complete source
tree, we will soon be making ports available via anoncvs.  So, in
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:
<p>
<pre>
# cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd
</pre>
<p>
[Of course, you must replace the local directory and server name here
with the location of your ports collection and a nearby anoncvs
server.]
<p>
Again, it's important to see the webpage for specific instructions as
this is a very new service which hasn't yet been ironed out
completely.
<p>
Finally, despite ports' youth, help is never far.  If you're
interested in seeing a port added, would like to help out, or just
would like to know more, the mailing list ports@openbsd.org is a good
place to know.

</body>
</html>