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

Annotation of www/51.html, Revision 1.19

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