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

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

Revision 1.1, Wed Sep 5 21:15:49 2007 UTC (16 years, 8 months ago) by aanriot
Branch: MAIN

this new page aims to replace ftp.html on the "Getting Releases" link of
the left menu. it describes the different ways to get the releases
(CDROMs etc. and not only the mirrors) to try to decrease the pressure
on them, and add some informations.

this is a work in progress, not linked yet;
inputs and ok deraadt@

<!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Getting OpenBSD</title>
<link rev=made href="mailto:www@openbsd.org">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD Getting page">
<meta name="keywords" content="openbsd,cdrom,ftp">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1996-2007 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>
<p>
<h2><font color="#e00000">The different ways to get OpenBSD</font></h2>
<hr>

<h3>Table Of Contents</h3>

<ul>
<li><a href="#cdrom">CDROM</a>
<li><a href="#mirrors">FTP/HTTP/AFS/RSYNC Mirrors</a>
</ul>

<hr>
<h3><font color="#0000e0"><a name=cdrom>CDROM</a></font></h3>

<p>
The best way to get an OpenBSD release (<i>-release</i>) and support us
is to buy a 3-CD set. More informations are available on our
<a href="orders.html">ordering page</a>.

<p>
If you choose not to buy an OpenBSD CD-ROM, OpenBSD can be also
installed with a CDROM you burnt yourself. To achieve this, you have to
download an ISO (i.e. <i>install42.iso</i> for <i>4.2</i>) for the
architecture you are running, on one of our
<a href="ftp.html">mirror</a>. ISOs are roughly 200MB in size, and you 
will not need anything else but the <a href="faq/faq15.html">application
packages</a>.

<p>
Note that the paragraph above is also valid for the people interested by
running <i>-current</i>. You can fetch <i>install42.iso</i> of the
latest snapshot and install or upgrade your system very quickly.

<hr>
<h3><font color="#0000e0"><a name=mirrors>FTP/HTTP/AFS/RSYNC
  Mirrors</a></font></h3>

<p>
OpenBSD can be also easily installed via FTP. Typically you need a
single small piece of boot media (e.g., a boot floppy) and then the rest
of the files can be installed from a number of locations, including
directly off the Internet. Follow this simple set of instructions to
ensure that you find all of the documentation you will need while
performing an install via FTP. With the CD-ROMs, the necessary
documentation is easier to find.

<h3>1 - Choose a mirror</h3>

<p>
Read either of the following two files for a list of ftp mirrors which
provide OpenBSD, then choose one near you:

<ul>
	<li><a href="ftp.html">http://www.OpenBSD.org/ftp.html</a></li>
	<li><a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.2/ftplist"
	  >ftp://ftp.OpenBSD.org/pub/OpenBSD/4.2/ftplist</a></li>
</ul>

<h3>2 - Connect to the mirror</h3>

<p>
Connect to that ftp mirror site and go into the directory
pub/OpenBSD/4.2/ which contains these files and directories. This is a
list of what you will see:

<pre>
        ANNOUNCEMENT    amd64/          mac68k/         sparc64/
        Changelogs/     armish/         macppc/         src.tar.gz
        HARDWARE        avioon/         mvme68k/        sys.tar.gz
        PACKAGES        ftplist         mvme88k/        tools/
        PORTS           hp300/          packages/       vax/
        README          hppa/           ports.tar.gz    zaurus/
        SIZES           i386/           root.mail
        XF4.tar.gz      landisk/        sgi/
        alpha/          luna88k/        sparc/
</pre>

<p>
It is quite likely that you will want at LEAST the following files which
apply to all the architectures OpenBSD supports. 

<pre>
        README          - generic README
        HARDWARE        - list of hardware we support
        PORTS           - description of our "ports" tree
        PACKAGES        - description of pre-compiled packages
        root.mail       - a copy of root's mail at initial login.
                          (This is really worthwhile reading).
</pre>

<p>
Read the <i>README</i> file. It is short, and a quick read will make
sure you understand what else you need to fetch.

<h3>3 - Choose the installation methods</h3>

<p>
Next, go into the directory that applies to your architecture, for
example, <i>i386</i>. This is a list of what you will see:

<pre>
        INSTALL.i386    cd42.iso        floppyB42.fs    pxeboot*
        INSTALL.linux   cdboot*         floppyC42.fs    xbase42.tgz
        MD5             cdbr*           game42.tgz      xetc42.tgz
        base42.tgz      cdemu42.iso     index.txt       xfont42.tgz
        bsd*            comp42.tgz      install42.iso   xserv42.tgz
        bsd.mp*         etc42.tgz       man42.tgz       xshare42.tgz
        bsd.rd*         floppy42.fs     misc42.tgz
</pre>

<p>
Many ways to perform a new installation are available on our mirrors and
you will have to choose one of the following methods:

<ul>
	<li>CDROM</li>
	<li>Bootable CDROM</li>
	<li>Floppy</li>
	<li>Network protocols (<i>PXE</i>, <i>MOP</i>, etc.)</li>
	<li>etc.</li>
</ul>

<p>
Consult the <a href="faq/faq4.html">Installation Guide</a> to get an
exhaustive list of the different ways to install OpenBSD, and learn how
to make a bootable OpenBSD install media.

<hr>
<a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
<a href="mailto:www@openbsd.org">www@openbsd.org</a>
<br><small>$OpenBSD: getting.html,v 1.1 2007/09/05 21:15:49 aanriot Exp $</small>

</body>
</html>