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

Annotation of www/52.html, Revision 1.1

1.1     ! deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
        !             2: <html>
        !             3: <head>
        !             4: <title>OpenBSD 5.2 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.2">
        !             9: <meta name="keywords" content="openbsd,main">
        !            10: <meta name="distribution" content="global">
        !            11: <meta name="copyright" content="This document copyright 2012 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>
        !            21: <a href="images/Brazil.jpg">
        !            22: <img align="left" width="227" height="343" hspace="24" vspace="30"
        !            23: src="images/Brazil.jpg" alt="OpenBSD 5.2 logo"></a>
        !            24: <h2><font color="#0000e0">The OpenBSD 5.2 Release:</font></h2>
        !            25: <p>
        !            26: Released Nov 1, 2012<br>
        !            27: Copyright 1997-2012, Theo de Raadt.<br>
        !            28: <font color="#e00000">ISBN 978-0-9881561-0-4</font>
        !            29: <br>
        !            30: <a href="lyrics.html#52">5.2 Song: song not released yet</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.2/</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="errata52.html">The 5.2 Errata page</a> for a list
        !            50:     of bugs and workarounds.
        !            51: <li>See a <a href="plus52.html">detailed log of changes</a> between the
        !            52:     5.1 and 5.2 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.2.
        !            70: For a comprehensive list, see the <a href="plus52.html">changelog</a> leading
        !            71: to 5.2.
        !            72: <p>
        !            73:
        !            74: <ul>
        !            75: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&amp;sektion=3">pthreads(3)</a> support
        !            76:     <ul>
        !            77:     <li>The most significant change in this release is the replacement of
        !            78:        the user-level uthreads by kernel-level rthreads.
        !            79:     <li>Use PTHREAD_MUTEX_STRICT_NP as default mutex type.
        !            80:     <li>Added pthread spinlock routines.
        !            81:     <li>Added support for live multi-threaded debugging in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&amp;sektion=1">gdb(1)</a>.
        !            82:     </ul>
        !            83: <p>
        !            84:
        !            85: <li>Improved hardware support, including:
        !            86:     <ul>
        !            87:     <li>Added hibernation support on i386, still disabled by default. Currently only working on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd(4)</a> disks.
        !            88:     <li>...
        !            89:     </ul>
        !            90: <p>
        !            91:
        !            92: <li>Generic network stack improvements:
        !            93:     <ul>
        !            94:     <li>Cleanup handling of sockaddrs in degenerate use cases
        !            95:     <li>...
        !            96:     </ul>
        !            97: <p>
        !            98:
        !            99: <li>Routing daemons and other userland network improvements:
        !           100:     <ul>
        !           101:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&amp;sektion=8">relayd(8)</a>,
        !           102:          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&amp;sektion=8">ldapd(8)</a>,
        !           103:          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscisd&amp;sektion=8">iscsid(8)</a> and
        !           104:          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&amp;sektion=1">tcpbench(1)</a>
        !           105:          now rate limit their accepting of new connections when experiencing file descriptor exhaustion.
        !           106:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>
        !           107:          now recognizes additional Internet Key Exchange DH groups.
        !           108:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&amp;sektion=8">ipsecctl(8)</a>
        !           109:          now allows SA lifetimes to be specified in its
        !           110:          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&amp;sektion=5">ipsec.conf(5)</a>
        !           111:          file.
        !           112:     <li>Rewrote <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&amp;sektion=8">tftpd(8)</a> as a persistent, non-blocking daemon.
        !           113:     <li>snmpd(8) now supports UCD-DISKIO-MIB.
        !           114:     <li>...
        !           115:     </ul>
        !           116: <p>
        !           117:
        !           118: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> improvements:
        !           119:     <ul>
        !           120:     <li>
        !           121:     </ul>
        !           122: <p>
        !           123:
        !           124: <li>Assorted improvements:
        !           125:     <ul>
        !           126:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&amp;sektion=8">nginx(8)</a>,
        !           127:          an HTTP server, reverse proxy server and mail proxy server.
        !           128:     <li>Added SQLite, a self-contained SQL database engine.
        !           129:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcap&amp;sektion=3">libpcap</a>
        !           130:          has been updated with several core functions from tcpdump.org's libpcap-1.2.0 API, without
        !           131:          the clutter.
        !           132:     <li>Disabled SSLv2 in OpenSSL.
        !           133:     <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&amp;sektion=1">libtool(1)</a> into the base system.
        !           134:     <li>Removed lint(1).
        !           135:     <li>Removed raid(4) RAIDframe driver and the corresponding raidctl(8) utility.
        !           136:     <li>Added posix_spawn(3).
        !           137:     <li>Added mbsnrtowcs(3), and wcsnrtombs(3).
        !           138:     <li>More configuration variables for sysconf(3) and pathconf(3).
        !           139:     <li>dirfd(3) is a now function instead of a macro.
        !           140:     <li>posix_memalign(3) supports arbitrarily large alignments.
        !           141:     <li>Improved realloc(3) performance.
        !           142:     <li>ld.so(1) recognizes the DF_1_NOOPEN flag and refuses to dlopen(3)
        !           143:         shared objects linked with "-z nodlopen".
        !           144:     <li>...
        !           145:     </ul>
        !           146: <p>
        !           147:
        !           148: <li>OpenSSH 6.1:
        !           149:     <ul>
        !           150:     <li>New features:
        !           151:       <ul>
        !           152:       <li>...
        !           153:       </ul>
        !           154:     <li>The following significant bugs have been fixed in this release:
        !           155:       <ul>
        !           156:       <li>...
        !           157:       </ul>
        !           158:     </ul>
        !           159: <p>
        !           160:
        !           161: <li>Over X,XXX ports, major performance and stability improvements in
        !           162: the package build process
        !           163:     <ul>
        !           164:     <li>...
        !           165:     </ul>
        !           166: <p>
        !           167: <li>Many pre-built packages for each architecture:
        !           168:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
        !           169:     <tr>
        !           170:     <td valign="top" width="25%">
        !           171:     <ul>
        !           172:       <li>i386:       7483
        !           173:       <li>sparc64:    6820
        !           174:       <li>alpha:      5993
        !           175:     </ul></td><td valign=top width="25%"><ul>
        !           176:       <li>sh:         XXXX
        !           177:       <li>amd64:      7439
        !           178:       <li>powerpc:    7050
        !           179:     </ul></td><td valign=top width="25%"><ul>
        !           180:       <li>sparc:      4466
        !           181:       <li>arm:        XXXX
        !           182:       <li>hppa:       6316
        !           183:     </ul></td><td valign=top width="25%"><ul>
        !           184:       <li>vax:        XXXX
        !           185:       <li>mips64:     5845
        !           186:       <li>mips64el:   5908
        !           187:   </ul></td></tr></table>
        !           188: <p>
        !           189:
        !           190: <li>Some highlights:
        !           191:     <ul>
        !           192:     <li>GNOME 3.4.2 (fallback mode)    <li>KDE 3.5.10
        !           193:     <li>Xfce 4.10                      <li>MySQL 5.1.63
        !           194:     <li>PostgreSQL 9.1.4               <li>Postfix 2.9.3
        !           195:     <li>OpenLDAP 2.3.43 and 2.4.31     <li>Mozilla Firefox 3.5.19, 3.6.28 and 13.0.1
        !           196:     <li>Mozilla Thunderbird 13.0.1     <li>GHC 7.0.4
        !           197:     <li>LibreOffice 3.5.5.3            <li>Emacs 21.4, 22.3 and 23.4
        !           198:     <li>Vim 7.3.154                    <li>PHP 5.2.17 and 5.3.14
        !           199:     <li>Python 2.5.4, 2.7.3 and 3.2.3  <li>Ruby 1.8.7.370 and 1.9.3.194
        !           200:     <li>Tcl/Tk 8.5.11                  <li>Jdk 1.7
        !           201:     <li>Mono 2.10.9                    <li>Chromium 20.0.1132.57
        !           202:     <li>Groff 1.21                     <li>Go 1.0.2
        !           203:     <li>GCC 4.6.3 and 4.7.1            <li>LLVM/Clang 3.1
        !           204:     </ul>
        !           205: <p>
        !           206:
        !           207: <li>As usual, steady improvements in manual pages and other documentation.
        !           208: <p>
        !           209:
        !           210: <li>The system includes the following major components from outside suppliers:
        !           211:     <ul>
        !           212:     <li>Xenocara (based on X.Org 7.6 with xserver 1.11.4 + patches,
        !           213:       freetype 2.4.8, fontconfig 2.8.0, Mesa 7.10.3, xterm 279,
        !           214:       xkeyboard-config 2.5 and more)
        !           215:     <li>Gcc 4.2.1 (+patches), 3.3.5 (+ patches) and 2.95.3 (+ patches)
        !           216:     <li>Perl 5.12.2 (+ patches)
        !           217:     <li>Our improved and secured version of Apache 1.3, with
        !           218:       SSL/TLS and DSO support
        !           219:     <li>Nginx 1.2.2 (+ patches)
        !           220:     <li>OpenSSL 1.0.0f (+ patches)
        !           221:     <li>SQLite 3.7.13 (+ patches)
        !           222:     <li>Sendmail 8.14.5, with libmilter
        !           223:     <li>Bind 9.4.2-P2 (+ patches)
        !           224:     <li>NSD 3.2.11
        !           225:     <li>Lynx 2.8.7rel.2 with HTTPS and IPv6 support (+ patches)
        !           226:     <li>Sudo 1.7.2p8
        !           227:     <li>Ncurses 5.7
        !           228:     <li>Heimdal 0.7.2 (+ patches)
        !           229:     <li>Arla 0.35.7
        !           230:     <li>Binutils 2.15 (+ patches)
        !           231:     <li>Gdb 6.3 (+ patches)
        !           232:     <li>Less 444 (+ patches)
        !           233:     <li>Awk Aug 10, 2011 version
        !           234:     </ul>
        !           235:
        !           236: </ul>
        !           237:
        !           238: <a name="install"></a>
        !           239: <hr>
        !           240: <p>
        !           241: <h3><font color="#0000e0">How to install</font></h3>
        !           242: <p>
        !           243: Following this are the instructions which you would have on a piece of
        !           244: paper if you had purchased a CDROM set instead of doing an alternate
        !           245: form of install.  The instructions for doing an FTP (or other style
        !           246: of) install are very similar; the CDROM instructions are left intact
        !           247: so that you can see how much easier it would have been if you had
        !           248: purchased a CDROM instead.
        !           249: <p>
        !           250:
        !           251: <hr>
        !           252: Please refer to the following files on the three CDROMs or FTP mirror for
        !           253: extensive details on how to install OpenBSD 5.2 on your machine:
        !           254: <p>
        !           255: <ul>
        !           256: <li>CD1:5.2/i386/INSTALL.i386
        !           257: <p>
        !           258: <li>CD2:5.2/amd64/INSTALL.amd64
        !           259: <p>
        !           260: <li>CD3:5.2/sparc64/INSTALL.sparc64
        !           261: <p>
        !           262: <li>FTP:.../OpenBSD/5.2/alpha/INSTALL.alpha
        !           263: <li>FTP:.../OpenBSD/5.2/armish/INSTALL.armish
        !           264: <li>FTP:.../OpenBSD/5.2/hp300/INSTALL.hp300
        !           265: <li>FTP:.../OpenBSD/5.2/hppa/INSTALL.hppa
        !           266: <li>FTP:.../OpenBSD/5.2/landisk/INSTALL.landisk
        !           267: <li>FTP:.../OpenBSD/5.2/loongson/INSTALL.loongson
        !           268: <li>FTP:.../OpenBSD/5.2/luna88k/INSTALL.luna88k
        !           269: <li>FTP:.../OpenBSD/5.2/macppc/INSTALL.macppc
        !           270: <li>FTP:.../OpenBSD/5.2/mvme68k/INSTALL.mvme68k
        !           271: <li>FTP:.../OpenBSD/5.2/mvme88k/INSTALL.mvme88k
        !           272: <li>FTP:.../OpenBSD/5.2/sgi/INSTALL.sgi
        !           273: <li>FTP:.../OpenBSD/5.2/socppc/INSTALL.socppc
        !           274: <li>FTP:.../OpenBSD/5.2/sparc/INSTALL.sparc
        !           275: <li>FTP:.../OpenBSD/5.2/vax/INSTALL.vax
        !           276: <li>FTP:.../OpenBSD/5.2/zaurus/INSTALL.zaurus
        !           277: </ul>
        !           278: <hr>
        !           279:
        !           280: <p>
        !           281: Quick installer information for people familiar with OpenBSD, and the
        !           282: use of the "disklabel -E" command.  If you are at all confused when
        !           283: installing OpenBSD, read the relevant INSTALL.* file as listed above!
        !           284: <p>
        !           285:
        !           286: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
        !           287: <ul>
        !           288: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
        !           289: release is on CD1. If your BIOS does not support booting from CD, you will need
        !           290: to create a boot floppy to install from. To create a boot floppy write
        !           291: <i>CD1:5.2/i386/floppy52.fs</i> to a floppy and boot via the floppy drive.
        !           292:
        !           293: <p>
        !           294: Use <i>CD1:5.2/i386/floppyB52.fs</i> instead for greater SCSI controller
        !           295: support, or <i>CD1:5.2/i386/floppyC52.fs</i> for better laptop support.
        !           296:
        !           297: <p>
        !           298: If you can't boot from a CD or a floppy disk,
        !           299: you can install across the network using PXE as described in
        !           300: the included INSTALL.i386 document.
        !           301:
        !           302: <p>
        !           303: If you are planning on dual booting OpenBSD with another OS, you will need to
        !           304: read INSTALL.i386.
        !           305:
        !           306: <p>
        !           307: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
        !           308: at <i>CD1:5.2/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
        !           309: use the
        !           310: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
        !           311: utility. The following is an example usage of
        !           312: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
        !           313: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
        !           314: &quot;rfd0a&quot;.
        !           315:
        !           316: <ul><pre>
        !           317: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
        !           318: </pre></ul>
        !           319:
        !           320: <p>
        !           321: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
        !           322: your install will most likely fail. For more information on creating a boot
        !           323: floppy and installing OpenBSD/i386 please refer to
        !           324: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
        !           325: </ul>
        !           326:
        !           327: <p>
        !           328: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
        !           329: <ul>
        !           330: The 5.2 release of OpenBSD/amd64 is located on CD2.
        !           331: Boot from the CD to begin the install - you may need to adjust
        !           332: your BIOS options first.
        !           333: If you can't boot from the CD, you can create a boot floppy to install from.
        !           334: To do this, write <i>CD2:5.2/amd64/floppy52.fs</i> to a floppy, then
        !           335: boot from the floppy drive.
        !           336:
        !           337: <p>
        !           338: If you can't boot from a CD or a floppy disk,
        !           339: you can install across the network using PXE as described in the included
        !           340: INSTALL.amd64 document.
        !           341:
        !           342: <p>
        !           343: If you are planning to dual boot OpenBSD with another OS, you will need to
        !           344: read INSTALL.amd64.
        !           345: </ul>
        !           346:
        !           347: <p>
        !           348: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
        !           349: <ul>
        !           350: Burn the image from the FTP site to a CDROM, and poweron your machine
        !           351: while holding down the <i>C</i> key until the display turns on and
        !           352: shows <i>OpenBSD/macppc boot</i>.
        !           353:
        !           354: <p>
        !           355: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
        !           356: /5.2/macppc/bsd.rd</i>
        !           357: </ul>
        !           358:
        !           359: <p>
        !           360: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
        !           361: <ul>
        !           362: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
        !           363:
        !           364: <p>
        !           365: If this doesn't work, or if you don't have a CDROM drive, you can write
        !           366: <i>CD3:5.2/sparc64/floppy52.fs</i> or <i>CD3:5.2/sparc64/floppyB52.fs</i>
        !           367: (depending on your machine) to a floppy and boot it with <i>boot
        !           368: floppy</i>. Refer to INSTALL.sparc64 for details.
        !           369:
        !           370: <p>
        !           371: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
        !           372: will most likely fail.
        !           373:
        !           374: <p>
        !           375: You can also write <i>CD3:5.2/sparc64/miniroot52.fs</i> to the swap partition on
        !           376: the disk and boot with <i>boot disk:b</i>.
        !           377:
        !           378: <p>
        !           379: If nothing works, you can boot over the network as described in INSTALL.sparc64.
        !           380: </ul>
        !           381:
        !           382: <p>
        !           383: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
        !           384: <ul>
        !           385: <p>Write <i>FTP:5.2/alpha/floppy52.fs</i> or
        !           386: <i>FTP:5.2/alpha/floppyB52.fs</i> (depending on your machine) to a diskette and
        !           387: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
        !           388:
        !           389: <p>
        !           390: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
        !           391: will most likely fail.
        !           392:
        !           393: </ul>
        !           394:
        !           395: <p>
        !           396: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
        !           397: <ul>
        !           398: <p>
        !           399: After connecting a serial port, Thecus can boot directly from the network
        !           400: either tftp or http. Configure the network using fconfig, reset,
        !           401: then load bsd.rd, see INSTALL.armish for specific details.
        !           402: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
        !           403: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
        !           404: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
        !           405: More details are available in INSTALL.armish.
        !           406: </ul>
        !           407:
        !           408: <p>
        !           409: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
        !           410: <ul>
        !           411: <p>
        !           412: Boot over the network by following the instructions in INSTALL.hp300.
        !           413: </ul>
        !           414:
        !           415: <p>
        !           416: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
        !           417: <ul>
        !           418: <p>
        !           419: Boot over the network by following the instructions in INSTALL.hppa or the
        !           420: <a href="hppa.html#install">hppa platform page</a>.
        !           421: </ul>
        !           422:
        !           423: <p>
        !           424: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
        !           425: <ul>
        !           426: <p>
        !           427: Write <i>miniroot52.fs</i> to the start of the CF
        !           428: or disk, and boot normally.
        !           429: </ul>
        !           430:
        !           431: <p>
        !           432: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
        !           433: <ul>
        !           434: <p>
        !           435: Write <i>miniroot52.fs</i> to a USB stick and boot bsd.rd from it
        !           436: or boot bsd.rd via tftp.
        !           437: Refer to the instructions in INSTALL.loongson for more details.
        !           438: </ul>
        !           439: <p>
        !           440:
        !           441: <p>
        !           442: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
        !           443: <ul>
        !           444: <p>
        !           445: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
        !           446: Alternatively, you can create a bootable tape and boot from it. Refer to
        !           447: the instructions in INSTALL.luna88k for more details.
        !           448: </ul>
        !           449:
        !           450: <p>
        !           451: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
        !           452: <ul>
        !           453: <p>
        !           454: You can create a bootable installation tape or boot over the network.<br>
        !           455: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
        !           456: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
        !           457: for more details.
        !           458: </ul>
        !           459:
        !           460: <p>
        !           461: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
        !           462: <ul>
        !           463: <p>
        !           464: You can create a bootable installation tape or boot over the network.<br>
        !           465: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
        !           466: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
        !           467: for more details.
        !           468: </ul>
        !           469:
        !           470: <p>
        !           471: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
        !           472: <ul>
        !           473: <p>
        !           474: To install on an O2, burn cd52.iso on a CD-R, put it in the CD drive of your
        !           475: machine and select <i>Install System Software</i> from the System Maintenance
        !           476: menu.
        !           477:
        !           478: <p>
        !           479: On other systems, or if your machine doesn't have a CD drive, you can
        !           480: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
        !           481: the kernel matching your system type.
        !           482: Refer to the instructions in INSTALL.sgi for more details.
        !           483: </ul>
        !           484:
        !           485: <p>
        !           486: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
        !           487: <ul>
        !           488: <p>
        !           489: After connecting a serial port, boot over the network via DHCP/tftp.
        !           490: Refer to the instructions in INSTALL.socppc for more details.
        !           491: </ul>
        !           492:
        !           493: <p>
        !           494: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
        !           495: <ul>
        !           496: Boot from one of the provided install ISO images, using one of the two
        !           497: commands listed below, depending on the version of your ROM.
        !           498:
        !           499: <ul><pre>
        !           500: ok <strong>boot cdrom 5.2/sparc/bsd.rd</strong>
        !           501: or
        !           502: &gt; <strong>b sd(0,6,0)5.2/sparc/bsd.rd</strong>
        !           503: </pre></ul>
        !           504:
        !           505: <p>
        !           506: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
        !           507: To do so you need to write <i>floppy52.fs</i> to a floppy.
        !           508: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
        !           509: To boot from the floppy use one of the two commands listed below,
        !           510: depending on the version of your ROM.
        !           511:
        !           512: <ul><pre>
        !           513: ok <strong>boot floppy</strong>
        !           514: or
        !           515: &gt; <strong>b fd()</strong>
        !           516: </pre></ul>
        !           517:
        !           518: <p>
        !           519: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
        !           520: will most likely fail.
        !           521:
        !           522: <p>
        !           523: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
        !           524: setup a bootable tape, or install via network, as told in the
        !           525: INSTALL.sparc file.
        !           526: </ul>
        !           527:
        !           528: <p>
        !           529: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
        !           530: <ul>
        !           531: Boot over the network via mopbooting as described in INSTALL.vax.
        !           532: </ul>
        !           533:
        !           534: <p>
        !           535: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
        !           536: <ul>
        !           537: <p>
        !           538: Using the Linux built-in graphical ipkg installer, install the
        !           539: openbsd52_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
        !           540: for a few important details.
        !           541: </ul>
        !           542:
        !           543: <p>
        !           544: <h3><font color="#e00000">Notes about the source code:</font></h3>
        !           545: <ul>
        !           546: src.tar.gz contains a source archive starting at /usr/src.  This file
        !           547: contains everything you need except for the kernel sources, which are
        !           548: in a separate archive.  To extract:
        !           549: <p>
        !           550: <ul><pre>
        !           551: # <strong>mkdir -p /usr/src</strong>
        !           552: # <strong>cd /usr/src</strong>
        !           553: # <strong>tar xvfz /tmp/src.tar.gz</strong>
        !           554: </pre></ul>
        !           555: <p>
        !           556: sys.tar.gz contains a source archive starting at /usr/src/sys.
        !           557: This file contains all the kernel sources you need to rebuild kernels.
        !           558: To extract:
        !           559: <p>
        !           560: <ul><pre>
        !           561: # <strong>mkdir -p /usr/src/sys</strong>
        !           562: # <strong>cd /usr/src</strong>
        !           563: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
        !           564: </pre></ul>
        !           565: <p>
        !           566: Both of these trees are a regular CVS checkout.  Using these trees it
        !           567: is possible to get a head-start on using the anoncvs servers as
        !           568: described <a href="anoncvs.html">here</a>.
        !           569: Using these files
        !           570: results in a much faster initial CVS update than you could expect from
        !           571: a fresh checkout of the full OpenBSD source tree.
        !           572: <p>
        !           573: </ul>
        !           574:
        !           575: <a name="upgrade"></a>
        !           576: <hr>
        !           577: <p>
        !           578: <h3><font color="#0000e0">How to upgrade</font></h3>
        !           579: <p>
        !           580: If you already have an OpenBSD 5.1 system, and do not want to reinstall,
        !           581: upgrade instructions and advice can be found in the
        !           582: <a href="faq/upgrade52.html">Upgrade Guide</a>.
        !           583:
        !           584: <a name="ports"></a>
        !           585: <hr>
        !           586: <p>
        !           587: <h3><font color="#0000e0">Ports Tree</font></h3>
        !           588: <p>
        !           589: A ports tree archive is also provided.  To extract:
        !           590: <p>
        !           591: <ul><pre>
        !           592: # <strong>cd /usr</strong>
        !           593: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
        !           594: # <strong>cd ports</strong>
        !           595: </pre></ul>
        !           596: <p>
        !           597: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
        !           598: read the <a href="faq/ports/index.html">ports</a> page
        !           599: if you know nothing about ports
        !           600: at this point.  This text is not a manual of how to use ports.
        !           601: Rather, it is a set of notes meant to kickstart the user on the
        !           602: OpenBSD ports system.
        !           603: <p>
        !           604: The <i>ports/</i> directory represents a CVS (see the manpage for
        !           605: <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">
        !           606: cvs(1)</a> if
        !           607: you aren't familiar with CVS) checkout of our ports.  As with our complete
        !           608: source tree, our ports tree is available via anoncvs.  So, in
        !           609: order to keep current with it, you must make the <i>ports/</i> tree
        !           610: available on a read-write medium and update the tree with a command
        !           611: like:
        !           612: <p>
        !           613: <ul><pre>
        !           614: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_2</strong>
        !           615: </pre></ul>
        !           616: <p>
        !           617: [Of course, you must replace the local directory and server name here
        !           618: with the location of your ports collection and a nearby anoncvs
        !           619: server.]
        !           620: <p>
        !           621: Note that most ports are available as packages through FTP. Updated
        !           622: packages for the 5.2 release will be made available if problems arise.
        !           623: <p>
        !           624: If you're interested in seeing a port added, would like to help out, or just
        !           625: would like to know more, the mailing list
        !           626: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
        !           627: <p>
        !           628:
        !           629: <hr>
        !           630: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
        !           631: alt="OpenBSD"></a>
        !           632: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
        !           633: <br><small>
        !           634: $OpenBSD: 52.html,v 1.38 2012/05/15 08:32:00 brett Exp $
        !           635: </small>
        !           636:
        !           637: </body>
        !           638: </html>