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

Annotation of www/51.html, Revision 1.24

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.1 Release</title>
                      5: <link rev=made href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="description" content="OpenBSD 5.1">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
                     11: <meta name="copyright" content="This document copyright 2011 by OpenBSD.">
                     12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     15:
                     16: <a href="index.html">
                     17: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     18: <hr>
                     19:
                     20: <p>
1.5       deraadt    21: <a href="images/Bugbusters.jpg">
1.1       deraadt    22: <img align="left" width="227" height="343" hspace="24" vspace="30"
                     23: src="images/Bugbusters.jpg" alt="OpenBSD 5.1 logo"></a>
                     24: <h2><font color="#0000e0">The OpenBSD 5.1 Release:</font></h2>
                     25: <p>
                     26: To be released May 1, 2012<br>
                     27: Copyright 1997-2012, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 978-0-9784475-9-5</font>
                     29: <br>
                     30: <a href="lyrics.html#51">5.1 Song: "Bug Busters"</a>
                     31: <p>
                     32:
                     33: <a href="#new">What's New</a><br>
                     34: <a href="#install">How to install</a><br>
                     35: <a href="#upgrade">How to upgrade</a><br>
                     36: <a href="#ports">How to use the ports tree</a><br>
                     37: <a href="orders.html">Ordering a CD set</a><br>
                     38:
                     39: <p>
                     40: <h3><font color="#0000e0">
                     41: To get the files for this release:
                     42: <ul>
                     43: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     44: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     45:     a list of mirror machines.
                     46: <li>Go to the <font color="#e00000">pub/OpenBSD/5.1/</font> directory on
                     47:     one of the mirror sites.
                     48: <li>Briefly read the rest of this document.
                     49: <li>Have a look at <a href="errata51.html">The 5.1 Errata page</a> for a list
                     50:     of bugs and workarounds.
                     51: <li>See a <a href="plus51.html">detailed log of changes</a> between the
                     52:     5.0 and 5.1 releases.
                     53: </ul>
                     54: </font></h3>
                     55: <br clear=all>
                     56:
                     57: <strong>Note:</strong> All applicable copyrights and credits can be found
                     58: in the applicable file sources found in the files src.tar.gz, sys.tar.gz,
                     59: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     60: files used to build packages from the ports.tar.gz file are not included on
                     61: the CDROM because of lack of space.
                     62: <p>
                     63:
                     64: <a name="new"></a>
                     65: <hr>
                     66: <p>
                     67: <h3><font color="#0000e0">What's New</font></h3>
                     68: <p>
                     69: This is a partial list of new features and systems included in OpenBSD 5.1.
                     70: For a comprehensive list, see the <a href="plus51.html">changelog</a> leading
                     71: to 5.1.
                     72: <p>
                     73:
                     74: <ul>
1.3       guenther   75: <li>Improved hardware support, including:
                     76:     <ul>
1.12      jsg        77:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&amp;sektion=4">umsm(4)</a> supports additional mobile broadband devices.
                     78:     <li>Non-GigE <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&amp;sektion=4">ale(4)</a> devices can now establish link to a GigE link partner.
                     79:     <li>Support for Intel 82580 has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>.
                     80:     <li>Support for MegaRAID 9240 has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&amp;sektion=4">mfi(4)</a>.
                     81:     <li>Support for Nuvoton NCT6776F has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;sektion=4">lm(4)</a>.
                     82:     <li>Support for Centrino Advanced-N 6205 has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a>.
                     83:     <li>Support for SiS 1182/1183 SATA has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a>.
1.18      matthieu   84:     <li>Support for Synaptics touch pads through the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=synaptics&amp;sektion=4">synaptics(4)</a> X.Org input driver is now enabled by default.
                     85:     <li>Support for Intel Sandy Bridge integrated graphics cards has been added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&amp;sektion=4">intel(4)</a> X.Org driver.
1.20      mikeb      86:     <li>Assembler implementation of the AES-GCM mode for new Intel and future AMD CPUs has been added.
1.4       deraadt    87:     </ul>
1.3       guenther   88: <p>
                     89:
                     90: <li>Generic network stack improvements:
                     91:     <ul>
1.7       sthen      92:     <li>RFC4638 MTU negotiation for pppoe(4).
1.17      henning    93:     <li>Improved IPv6 fragment handling.
1.7       sthen      94:     <li>Many robustness improvements for IEEE 802.11 (particularly hostap).
                     95:     <li>Improved vlan priority support, including mapping to interface queues.
1.13      sperreau   96:     <li>Initial rdomains support for IPv6.
1.24    ! deraadt    97:     <li>Robustness improvements for carp(4).
        !            98:     <li>Various IPv6 and rdomain related improvements for carp(4).
1.4       deraadt    99:     </ul>
1.3       guenther  100: <p>
1.24    ! deraadt   101:
1.3       guenther  102: <li>Routing daemons and other userland network improvements:
                    103:     <ul>
1.16      deraadt   104:     <li>fstat(8) now displays routing table ID and socket-splicing information and ps can display routing table ID.
                    105:     <li>traceroute(8) and traceroute6(8) can look up ASNs for each hop.
1.7       sthen     106:     <li>snmpd(8) adds a MIB to show statistics for carp(4) interfaces.
1.16      deraadt   107:     <li>bgpctl(8) parses and display MRT routing table dumps.
                    108:     <li>ntpd(8) supports multiple rdomains.
                    109:     <li>When ospfd(8) detects route socket overflow, it now delays before
                    110:         it reloads the fib.
                    111:     <li>Improved and more consistent ToS support in various network tools
                    112:         (tcpbench(8), nc(8), ping(8), traceroute(8)).
1.4       deraadt   113:     </ul>
1.3       guenther  114: <p>
1.4       deraadt   115:
1.3       guenther  116: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> improvements:
                    117:     <ul>
1.24    ! deraadt   118:     <li>One-shot rule support for pf(4), for use with proxies via anchors.
        !           119:     <li>NAT64 support in PF using the af-to keyword.
        !           120:     <li>Much improved IPv6 fragment handling.
        !           121:     <li>Various enhancements with ICMP and especially ICMPv6 states
        !           122:     <li>Improved IPv6 Neighbor Discovery and Multicast Listener Discovery handling.
        !           123:     <li>pfctl now prints port numbers instead of service names by default.
        !           124:     <li>Netflow v9 and ipfix support for pflow(4).
        !           125:     <li>Many pfsync(4) fixes and improvements including jumbo frames and automatically requesting a bulk update after a physical interface comes online.
1.4       deraadt   126:     </ul>
1.3       guenther  127: <p>
1.24    ! deraadt   128:
1.11      espie     129: <li>Assorted improvements:
                    130:     <ul>
                    131:     <li>Improved locale support.
1.24    ! deraadt   132:     <li>Support for MSG_NOSIGNAL.
1.16      deraadt   133:     <li>KERN_PROC_CWD sysctl(3) for fetching the path to a process's working directory.
                    134:     <li>Improved fnmatch(3), glob(3), and regcomp(3) implementations to resist
                    135:         DoS attacks.
1.11      espie     136:     <li>Lots of HISTORY and AUTHORS information added to manpages.
                    137:     <li>Improved checking of file-offset wraparound.
1.16      deraadt   138:     <li>pwrite(2)/pwritev(2) now correctly by ignored O_APPEND.
1.11      espie     139:     <li>Improved conformance of header files with standards.
                    140:     <li>Improved cancelation support in both user-threads (libpthread) and rthreads.
1.16      deraadt   141:     <li>Improved correctness of execing, coredumping, signal delivery,
                    142:         alternate signal stacks, blocking socket accepts(), mutexes and
                    143:         condition variables, per-thread errno, symbol binding, and
                    144:         ktracing when rthreads are in use.
                    145:     <li>Architecture-independent kernel support for thread-control-block
                    146:         handling for rthreads.
1.11      espie     147:     <li>Small improvements to Linux compat (only available on i386).
1.20      mikeb     148:     <li>Multiple bugs have been fixed in the Intel 10Gb driver ix(4).
1.11      espie     149:     </ul>
                    150: <p>
1.24    ! deraadt   151:
1.11      espie     152: <li>Over 7,000 ports, major performance and stability improvements in
                    153: the package build process
1.8       espie     154:     <ul>
1.16      deraadt   155:     <li>Downloading of distfiles is simpler, can resume interrupted download,
1.8       espie     156:     discover file moves, and expire old files. Distfiles mirror sites now use
                    157:     the new and improved method.
1.16      deraadt   158:     <li>Dependency handling during ports build and package creation is at least
1.8       espie     159:     twice as fast, twenty times as fast in pathological cases. This also affects
                    160:     user scripts such as out-of-date
1.16      deraadt   161:     <li>More checks are done during package builds, for increased user friendliness
                    162:     <li>The long term process of documenting the infrastructure is now 100% done.
1.8       espie     163:     <li>The distributed ports builder (dpb) can now clean up old dependencies,
                    164:     thus helping package builds be more reproducible.
                    165:     This found tens of hidden build dependencies in the ports tree already.
1.16      deraadt   166:     <li>The semantics of pkg_add -a have been nailed down and a few minor bugs
1.8       espie     167:     have been fixed.
1.16      deraadt   168:     <li>The arch-dependent issues are better classified, leading to better builds on
1.8       espie     169:     old architectures in some complicated cases. In particular, dpb explicitly
                    170:     purges from memory info about packages it cannot build and stuff that
                    171:     depends on it, leading to better life on sparc and vax which have very
                    172:     small data-size limits.
                    173:     <li>dpb recognizes full builds and trims some duplicate package builds
                    174:     </ul>
                    175: <p>
1.1       deraadt   176: <li>Many pre-built packages for each architecture:
                    177:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    178:     <tr>
                    179:     <td valign="top" width="25%">
                    180:     <ul>
                    181:       <li>i386:       7229
                    182:       <li>sparc64:    6599
                    183:       <li>alpha:      5943
                    184:     </ul></td><td valign=top width="25%"><ul>
1.2       deraadt   185:       <li>sh:         ?
1.1       deraadt   186:       <li>amd64:      7181
                    187:       <li>powerpc:    6852
                    188:     </ul></td><td valign=top width="25%"><ul>
                    189:       <li>sparc:      4152
1.21      sthen     190:       <li>arm:        5536
1.1       deraadt   191:       <li>hppa:       6159
                    192:     </ul></td><td valign=top width="25%"><ul>
                    193:       <li>vax:        2199
1.15      deraadt   194:       <li>mips64:     5785
1.1       deraadt   195:       <li>mips64el:   5807
                    196:   </ul></td></tr></table>
                    197: <p>
                    198:
                    199: <li>Some highlights:
                    200:     <ul>
1.21      sthen     201:     <li>Gnome 3.2.1                    <li>KDE 3.5.10
                    202:     <li>Xfce 4.8.3                     <li>MySQL 5.1.60
                    203:     <li>PostgreSQL 9.1.2               <li>Postfix 2.8.8
                    204:     <li>OpenLDAP 2.3.43 and 2.4.26     <li>Mozilla Firefox 3.5.19, 3.6.25 and 9.0.1
                    205:     <li>Mozilla Thunderbird 9.0.1      <li>GHC 7.0.4
                    206:     <li>LibreOffice 3.4.5.2            <li>Emacs 21.4, 22.3 and 23.4
                    207:     <li>Vim 7.3.154                    <li>PHP 5.2.17 and 5.3.10
                    208:     <li>Python 2.5.4, 2.7.1 and 3.2.2  <li>Ruby 1.8.7.357 and 1.9.3.0
                    209:     <li>Tcl 8.5.11                     <li>Jdk 1.7
                    210:     <li>Mono 2.10.6                    <li>Chromium 16.0.912.77
1.1       deraadt   211:     <li>Groff 1.21
                    212:     </ul>
                    213: <p>
                    214:
                    215: <li>As usual, steady improvements in manual pages and other documentation.
                    216:     <li>Base system and Xenocara manuals are now installed as source code,
                    217:       making <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&amp;sektion=1">grep(1)</a> more useful in /usr/share/man/ and /usr/X11R6/man/.
                    218:     <li>If both formatted and source versions of manuals are installed,
                    219:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&amp;sektion=1">man(1)</a> automatically displays the newer version of each page.
                    220:
                    221:  - The system includes the following major components from outside suppliers:
1.6       matthieu  222:     <li>Xenocara (based on X.Org 7.6 with xserver 1.11.4 + patches,
                    223:       freetype 2.4.8, fontconfig 2.8.0, Mesa 7.10.3, xterm 276,
                    224:       xkeyboard-config 2.5 and more)
1.19      matthieu  225:     <li>Gcc 4.2.1 (+patches), 3.3.5 (+ patches) and 2.95.3 (+ patches)
1.1       deraadt   226:     <li>Perl 5.12.2 (+ patches)
                    227:     <li>Our improved and secured version of Apache 1.3, with
                    228:       SSL/TLS and DSO support
1.22      gsoares   229:     <li>OpenSSL 1.0.0f (+ patches)
1.1       deraadt   230:     <li>Sendmail 8.14.5, with libmilter
                    231:     <li>Bind 9.4.2-P2 (+ patches)
                    232:     <li>Lynx 2.8.7rel.2 with HTTPS and IPv6 support (+ patches)
                    233:     <li>Sudo 1.7.2p8
                    234:     <li>Ncurses 5.7
                    235:     <li>Heimdal 0.7.2 (+ patches)
                    236:     <li>Arla 0.35.7
                    237:     <li>Binutils 2.15 (+ patches)
                    238:     <li>Gdb 6.3 (+ patches)
                    239:     </ul>
                    240:
                    241: </ul>
                    242:
                    243: <a name="install"></a>
                    244: <hr>
                    245: <p>
                    246: <h3><font color="#0000e0">How to install</font></h3>
                    247: <p>
                    248: Following this are the instructions which you would have on a piece of
                    249: paper if you had purchased a CDROM set instead of doing an alternate
                    250: form of install.  The instructions for doing an FTP (or other style
                    251: of) install are very similar; the CDROM instructions are left intact
                    252: so that you can see how much easier it would have been if you had
                    253: purchased a CDROM instead.
                    254: <p>
                    255:
                    256: <hr>
                    257: Please refer to the following files on the three CDROMs or FTP mirror for
                    258: extensive details on how to install OpenBSD 5.1 on your machine:
                    259: <p>
                    260: <ul>
                    261: <li>CD1:5.1/i386/INSTALL.i386
                    262: <p>
                    263: <li>CD2:5.1/amd64/INSTALL.amd64
                    264: <li>CD2:5.1/macppc/INSTALL.macppc
                    265: <p>
                    266: <li>CD3:5.1/sparc64/INSTALL.sparc64
                    267: <p>
                    268: <li>FTP:.../OpenBSD/5.1/alpha/INSTALL.alpha
                    269: <li>FTP:.../OpenBSD/5.1/armish/INSTALL.armish
                    270: <li>FTP:.../OpenBSD/5.1/hp300/INSTALL.hp300
                    271: <li>FTP:.../OpenBSD/5.1/hppa/INSTALL.hppa
                    272: <li>FTP:.../OpenBSD/5.1/landisk/INSTALL.landisk
                    273: <li>FTP:.../OpenBSD/5.1/loongson/INSTALL.loongson
1.14      miod      274: <li>FTP:.../OpenBSD/5.1/luna88k/INSTALL.luna88k
1.1       deraadt   275: <li>FTP:.../OpenBSD/5.1/mvme68k/INSTALL.mvme68k
                    276: <li>FTP:.../OpenBSD/5.1/mvme88k/INSTALL.mvme88k
                    277: <li>FTP:.../OpenBSD/5.1/sgi/INSTALL.sgi
                    278: <li>FTP:.../OpenBSD/5.1/socppc/INSTALL.socppc
                    279: <li>FTP:.../OpenBSD/5.1/sparc/INSTALL.sparc
                    280: <li>FTP:.../OpenBSD/5.1/vax/INSTALL.vax
                    281: <li>FTP:.../OpenBSD/5.1/zaurus/INSTALL.zaurus
                    282: </ul>
                    283: <hr>
                    284:
                    285: <p>
                    286: Quick installer information for people familiar with OpenBSD, and the
                    287: use of the "disklabel -E" command.  If you are at all confused when
                    288: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    289: <p>
                    290:
                    291: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    292: <ul>
                    293: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    294: release is on CD1. If your BIOS does not support booting from CD, you will need
                    295: to create a boot floppy to install from. To create a boot floppy write
                    296: <i>CD1:5.1/i386/floppy51.fs</i> to a floppy and boot via the floppy drive.
                    297:
                    298: <p>
                    299: Use <i>CD1:5.1/i386/floppyB51.fs</i> instead for greater SCSI controller
                    300: support, or <i>CD1:5.1/i386/floppyC51.fs</i> for better laptop support.
                    301:
                    302: <p>
                    303: If you can't boot from a CD or a floppy disk,
                    304: you can install across the network using PXE as described in
                    305: the included INSTALL.i386 document.
                    306:
                    307: <p>
                    308: If you are planning on dual booting OpenBSD with another OS, you will need to
                    309: read INSTALL.i386.
                    310:
                    311: <p>
                    312: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    313: at <i>CD1:5.1/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    314: use the
                    315: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    316: utility. The following is an example usage of
                    317: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    318: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    319: &quot;rfd0a&quot;.
                    320:
                    321: <ul><pre>
                    322: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    323: </pre></ul>
                    324:
                    325: <p>
                    326: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    327: your install will most likely fail. For more information on creating a boot
                    328: floppy and installing OpenBSD/i386 please refer to
                    329: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    330: </ul>
                    331:
                    332: <p>
                    333: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    334: <ul>
                    335: The 5.1 release of OpenBSD/amd64 is located on CD2.
                    336: Boot from the CD to begin the install - you may need to adjust
                    337: your BIOS options first.
                    338: If you can't boot from the CD, you can create a boot floppy to install from.
                    339: To do this, write <i>CD2:5.1/amd64/floppy51.fs</i> to a floppy, then
                    340: boot from the floppy drive.
                    341:
                    342: <p>
                    343: If you can't boot from a CD or a floppy disk,
                    344: you can install across the network using PXE as described in the included
                    345: INSTALL.amd64 document.
                    346:
                    347: <p>
                    348: If you are planning to dual boot OpenBSD with another OS, you will need to
                    349: read INSTALL.amd64.
                    350: </ul>
                    351:
                    352: <p>
                    353: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    354: <ul>
                    355: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    356: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    357:
                    358: <p>
                    359: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    360: /5.1/macppc/bsd.rd</i>
                    361: </ul>
                    362:
                    363: <p>
                    364: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    365: <ul>
                    366: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    367:
                    368: <p>
                    369: If this doesn't work, or if you don't have a CDROM drive, you can write
                    370: <i>CD3:5.1/sparc64/floppy51.fs</i> or <i>CD3:5.1/sparc64/floppyB51.fs</i>
                    371: (depending on your machine) to a floppy and boot it with <i>boot
                    372: floppy</i>. Refer to INSTALL.sparc64 for details.
                    373:
                    374: <p>
                    375: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    376: will most likely fail.
                    377:
                    378: <p>
                    379: You can also write <i>CD3:5.1/sparc64/miniroot51.fs</i> to the swap partition on
                    380: the disk and boot with <i>boot disk:b</i>.
                    381:
                    382: <p>
                    383: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    384: </ul>
                    385:
                    386: <p>
                    387: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    388: <ul>
                    389: <p>Write <i>FTP:5.1/alpha/floppy51.fs</i> or
                    390: <i>FTP:5.1/alpha/floppyB51.fs</i> (depending on your machine) to a diskette and
                    391: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    392:
                    393: <p>
                    394: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    395: will most likely fail.
                    396:
                    397: </ul>
                    398:
                    399: <p>
                    400: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    401: <ul>
                    402: <p>
                    403: After connecting a serial port, Thecus can boot directly from the network
                    404: either tftp or http. Configure the network using fconfig, reset,
                    405: then load bsd.rd, see INSTALL.armish for specific details.
                    406: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    407: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    408: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    409: More details are available in INSTALL.armish.
                    410: </ul>
                    411:
                    412: <p>
                    413: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    414: <ul>
                    415: <p>
                    416: Boot over the network by following the instructions in INSTALL.hp300.
                    417: </ul>
                    418:
                    419: <p>
                    420: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    421: <ul>
                    422: <p>
                    423: Boot over the network by following the instructions in INSTALL.hppa or the
                    424: <a href="hppa.html#install">hppa platform page</a>.
                    425: </ul>
                    426:
                    427: <p>
                    428: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    429: <ul>
                    430: <p>
                    431: Write <i>miniroot51.fs</i> to the start of the CF
                    432: or disk, and boot normally.
                    433: </ul>
                    434:
                    435: <p>
                    436: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    437: <ul>
                    438: <p>
                    439: Write <i>miniroot51.fs</i> to a USB stick and boot bsd.rd from it
                    440: or boot bsd.rd via tftp.
                    441: Refer to the instructions in INSTALL.loongson for more details.
                    442: </ul>
                    443: <p>
                    444:
                    445: <p>
1.14      miod      446: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    447: <ul>
                    448: <p>
                    449: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    450: Alternatively, you can create a bootable tape and boot from it. Refer to
                    451: the instructions in INSTALL.luna88k for more details.
                    452: </ul>
                    453:
                    454: <p>
1.1       deraadt   455: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    456: <ul>
                    457: <p>
                    458: You can create a bootable installation tape or boot over the network.<br>
                    459: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    460: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    461: for more details.
                    462: </ul>
                    463:
                    464: <p>
                    465: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    466: <ul>
                    467: <p>
                    468: You can create a bootable installation tape or boot over the network.<br>
                    469: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    470: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    471: for more details.
                    472: </ul>
                    473:
                    474: <p>
                    475: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    476: <ul>
                    477: <p>
                    478: To install on an O2, burn cd51.iso on a CD-R, put it in the CD drive of your
                    479: machine and select <i>Install System Software</i> from the System Maintenance
                    480: menu.
                    481:
                    482: <p>
                    483: On other systems, or if your machine doesn't have a CD drive, you can
                    484: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
                    485: the kernel matching your system type.
                    486: Refer to the instructions in INSTALL.sgi for more details.
                    487: </ul>
                    488:
                    489: <p>
                    490: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    491: <ul>
                    492: <p>
                    493: After connecting a serial port, boot over the network via DHCP/tftp.
                    494: Refer to the instructions in INSTALL.socppc for more details.
                    495: </ul>
                    496:
                    497: <p>
                    498: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    499: <ul>
                    500: Boot from one of the provided install ISO images, using one of the two
                    501: commands listed below, depending on the version of your ROM.
                    502:
                    503: <ul><pre>
                    504: ok <strong>boot cdrom 5.1/sparc/bsd.rd</strong>
                    505: or
                    506: &gt; <strong>b sd(0,6,0)5.1/sparc/bsd.rd</strong>
                    507: </pre></ul>
                    508:
                    509: <p>
                    510: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    511: To do so you need to write <i>floppy51.fs</i> to a floppy.
                    512: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    513: To boot from the floppy use one of the two commands listed below,
                    514: depending on the version of your ROM.
                    515:
                    516: <ul><pre>
                    517: ok <strong>boot floppy</strong>
                    518: or
                    519: &gt; <strong>b fd()</strong>
                    520: </pre></ul>
                    521:
                    522: <p>
                    523: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    524: will most likely fail.
                    525:
                    526: <p>
                    527: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    528: setup a bootable tape, or install via network, as told in the
                    529: INSTALL.sparc file.
                    530: </ul>
                    531:
                    532: <p>
                    533: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    534: <ul>
                    535: Boot over the network via mopbooting as described in INSTALL.vax.
                    536: </ul>
                    537:
                    538: <p>
                    539: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    540: <ul>
                    541: <p>
                    542: Using the Linux built-in graphical ipkg installer, install the
                    543: openbsd51_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    544: for a few important details.
                    545: </ul>
                    546:
                    547: <p>
                    548: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    549: <ul>
                    550: src.tar.gz contains a source archive starting at /usr/src.  This file
                    551: contains everything you need except for the kernel sources, which are
                    552: in a separate archive.  To extract:
                    553: <p>
                    554: <ul><pre>
                    555: # <strong>mkdir -p /usr/src</strong>
                    556: # <strong>cd /usr/src</strong>
                    557: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    558: </pre></ul>
                    559: <p>
                    560: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    561: This file contains all the kernel sources you need to rebuild kernels.
                    562: To extract:
                    563: <p>
                    564: <ul><pre>
                    565: # <strong>mkdir -p /usr/src/sys</strong>
                    566: # <strong>cd /usr/src</strong>
                    567: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    568: </pre></ul>
                    569: <p>
                    570: Both of these trees are a regular CVS checkout.  Using these trees it
                    571: is possible to get a head-start on using the anoncvs servers as
                    572: described <a href="anoncvs.html">here</a>.
                    573: Using these files
                    574: results in a much faster initial CVS update than you could expect from
                    575: a fresh checkout of the full OpenBSD source tree.
                    576: <p>
                    577: </ul>
                    578:
                    579: <a name="upgrade"></a>
                    580: <hr>
                    581: <p>
                    582: <h3><font color="#0000e0">How to upgrade</font></h3>
                    583: <p>
1.2       deraadt   584: If you already have an OpenBSD 5.0 system, and do not want to reinstall,
1.1       deraadt   585: upgrade instructions and advice can be found in the
                    586: <a href="faq/upgrade51.html">Upgrade Guide</a>.
                    587:
                    588: <a name="ports"></a>
                    589: <hr>
                    590: <p>
                    591: <h3><font color="#0000e0">Ports Tree</font></h3>
                    592: <p>
                    593: A ports tree archive is also provided.  To extract:
                    594: <p>
                    595: <ul><pre>
                    596: # <strong>cd /usr</strong>
                    597: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    598: # <strong>cd ports</strong>
                    599: </pre></ul>
                    600: <p>
                    601: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    602: read the <a href="faq/ports/index.html">ports</a> page
                    603: if you know nothing about ports
                    604: at this point.  This text is not a manual of how to use ports.
                    605: Rather, it is a set of notes meant to kickstart the user on the
                    606: OpenBSD ports system.
                    607: <p>
                    608: The <i>ports/</i> directory represents a CVS (see the manpage for
                    609: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386">
                    610: cvs(1)</a> if
                    611: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    612: source tree, our ports tree is available via anoncvs.  So, in
                    613: order to keep current with it, you must make the <i>ports/</i> tree
                    614: available on a read-write medium and update the tree with a command
                    615: like:
                    616: <p>
                    617: <ul><pre>
1.2       deraadt   618: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_1</strong>
1.1       deraadt   619: </pre></ul>
                    620: <p>
                    621: [Of course, you must replace the local directory and server name here
                    622: with the location of your ports collection and a nearby anoncvs
                    623: server.]
                    624: <p>
                    625: Note that most ports are available as packages through FTP. Updated
                    626: packages for the 5.1 release will be made available if problems arise.
                    627: <p>
                    628: If you're interested in seeing a port added, would like to help out, or just
                    629: would like to know more, the mailing list ports@openbsd.org is a good
                    630: place to know.
                    631: <p>
                    632:
                    633: <hr>
                    634: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    635: alt="OpenBSD"></a>
                    636: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    637: <br><small>
1.24    ! deraadt   638: $OpenBSD: 51.html,v 1.23 2012/04/16 10:14:36 henning Exp $
1.1       deraadt   639: </small>
                    640:
                    641: </body>
                    642: </html>