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

Annotation of www/56.html, Revision 1.4

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.6</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="OpenBSD 5.6">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 2014 by OpenBSD.">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <a href="index.html">
                     16: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18:
                     19: <a href="images/XXX.jpg">
                     20: <img align="left" width="227" height="343" hspace="24" src="images/XXX.jpg"></a>
                     21: <h2><font color="#0000e0">OpenBSD 5.6</font></h2>
                     22: <p>
                     23: Released Nov 1, 2014<br>
                     24: Copyright 1997-2014, Theo de Raadt.<br>
                     25: <font color="#e00000">ISBN 978-0-9881561-4-2</font>
                     26: <br>
                     27: <a href="lyrics.html#56">5.6 Song: "XXX"</a>
                     28: <p>
                     29:
                     30: <ul>
                     31: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     32: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     33:     a list of mirror machines.
                     34: <li>Go to the <font color="#e00000">pub/OpenBSD/5.6/</font> directory on
                     35:     one of the mirror sites.
                     36: <li>Briefly read the rest of this document.
                     37: <li>Have a look at <a href="errata56.html">the 5.6 errata page</a> for a list
                     38:     of bugs and workarounds.
                     39: <li>See a <a href="plus56.html">detailed log of changes</a> between the
                     40:     5.5 and 5.6 releases.
                     41: <p>
1.4     ! deraadt    42: <li>http://www.openbsd.org/cgi-bin/man.cgi?query=signify&amp;sektion=1">signify(1)</a> pubkeys for this release:
        !            43: <li>5.6 base: RWR0EANmo9nqhpPbPUZDIBcRtrVcRwQxZ8UKGWY8Ui4RHi229KFL84wV
        !            44: <li>5.6 fw:   RWT4e3jpYgSeLYs62aDsUkcvHR7+so5S/Fz/++B859j61rfNVcQTRxMw
        !            45: <li>5.6 pkg:  RWSPEf7Vpp2j0PTDG+eLs5L700nlqBFzEcSmHuv3ypVUEOYwso+UucXb
1.1       deraadt    46: </ul>
                     47: <br clear=all>
                     48: All applicable copyrights and credits can be found in the applicable
                     49: file sources found in the files src.tar.gz, sys.tar.gz,
                     50: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
                     51: distribution files used to build packages from the ports.tar.gz file
                     52: are not included on the CDROM because of lack of space.
                     53: <p>
                     54:
                     55: <a name="new"></a>
                     56: <hr>
                     57: <p>
                     58: <h3><font color="#0000e0">What's New</font></h3>
                     59: <p>
                     60: This is a partial list of new features and systems included in OpenBSD 5.6.
                     61: For a comprehensive list, see the <a href="plus56.html">changelog</a> leading
                     62: to 5.6.
                     63: <p>
                     64:
                     65: <ul>
                     66: <li>...
                     67: <p>
                     68:
                     69:
                     70: <li>Installer improvements:
                     71:     <ul>
                     72:     <li>...
                     73:     </ul>
                     74: <p>
                     75:
                     76: <li>New/extended platforms:
                     77:     <ul>
                     78:     <li>...
                     79:     </ul>
                     80: <p>
                     81:
                     82: <li>Improved hardware support, including:
                     83:     <ul>
                     84:     <li>...
                     85:     </ul>
                     86: <p>
                     87:
                     88: <li>Generic network stack improvements:
                     89:     <ul>
                     90:     <li>...
                     91:     </ul>
                     92: <p>
                     93:
                     94: <li>Routing daemons and other userland network improvements:
                     95:     <ul>
                     96:     <li>...
                     97:     </ul>
                     98: <p>
                     99:
                    100: <li>OpenSMTPD 5.4.2 (includes changes to 5.4.1):
                    101:     <ul>
                    102:     <li>...
                    103:     </ul>
                    104: <p>
                    105:
                    106: <li>Security improvements:
                    107:     <ul>
1.2       pascal    108:     <li>Changed the heuristics of the stack protector to also protect functions with local array definitions and references to local frame addresses.  This matches the -fstack-protector-strong option of upstream GCC.
                    109:     <li>Position-independent executables (PIE) are now used by default on powerpc.
                    110:     <li>Removed Kerberos.
                    111:     </ul>
                    112: <p>
                    113:
                    114: <li>Assorted improvements:
                    115:     <ul>
1.3       espie     116:     <li>locate databases for both base and xenocara, as
                    117:     <code>/usr/lib/locate/src.db</code> and
                    118:     <code>/usr/X11R6/lib/locate/xorg.db</code>.
                    119:     <li>Much faster package updates, due to package contents reordering that
                    120:     precludes re-downloading unchanged files.
1.1       deraadt   121:     </ul>
                    122: <p>
                    123:
1.2       pascal    124: <li>LibreSSL
1.1       deraadt   125:     <ul>
                    126:     <li>...
                    127:     </ul>
                    128: <p>
                    129:
1.2       pascal    130: <li>OpenSSH 6.7
1.1       deraadt   131:     <ul>
                    132:     <li>Security:
                    133:       <ul>
                    134:       <li>...
                    135:       </ul>
                    136:     <li>New/changed features:
                    137:       <ul>
                    138:       <li>...
                    139:       </ul>
                    140:     <li>The following significant bugs have been fixed in this release:
                    141:       <ul>
                    142:       <li>...
                    143:       </ul>
                    144:     </ul>
                    145: <p>
                    146:
                    147: <li>Ports and packages:
                    148:     <ul>
1.2       pascal    149:     <li>Over 8,800 ports.
1.1       deraadt   150:     <li>...
                    151:     </ul>
                    152: <p>
                    153: <li>Many pre-built packages for each architecture:
                    154:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    155:     <tr>
                    156:     <td valign="top" width="25%">
                    157:     <ul>
                    158:       <li>i386:       XXXX
                    159:       <li>sparc64:    XXXX
                    160:       <li>alpha:      XXXX
                    161:       <li>m68k:       XXXX
                    162:     </ul></td><td valign=top width="25%"><ul>
                    163:       <li>sh:         XXXX
                    164:       <li>amd64:      XXXX
                    165:       <li>powerpc:    XXXX
                    166:       <li>m88k:       XXXX
                    167:     </ul></td><td valign=top width="25%"><ul>
                    168:       <li>sparc:      XXXX
                    169:       <li>arm:        XXXX
                    170:       <li>hppa:       XXXX
                    171:     </ul></td><td valign=top width="25%"><ul>
                    172:       <li>vax:        XXXX
                    173:       <li>mips64:     XXXX
                    174:       <li>mips64el:   XXXX
                    175:   </ul></td></tr></table>
                    176: <p>
                    177:
                    178: <li>Some highlights:
                    179:     <ul>
1.2       pascal    180:     <li>GNOME 3.12.2                   <li>KDE 3.5.10
                    181:     <li>KDE 4.13.2
1.1       deraadt   182:     <li>Xfce 4.10                      <li>MySQL 5.1.73
1.2       pascal    183:     <li>PostgreSQL 9.3.4               <li>Postfix 2.11.1
                    184:     <li>OpenLDAP 2.3.43 and 2.4.39     <li>Mozilla Firefox 31.0
                    185:     <li>Mozilla Thunderbird 31.0       <li>GHC 7.6.3
                    186:     <li>LibreOffice 4.1.6.2            <li>Emacs 21.4 and 24.3
                    187:     <li>Vim 7.4.135                    <li>PHP 5.3.28, 5.4.30 and 5.5.14
                    188:     <li>Python 2.7.8, 3.3.5 and 3.4.1  <li>Ruby 1.8.7.374, 1.9.3.545, 2.0.0.481 and 2.1.2
                    189:     <li>Tcl/Tk 8.5.15 and 8.6.1                <li>JDK 1.6.0.32 and 1.7.0.55
                    190:     <li>Mono 3.4.0                     <li>Chromium 36.0.1985.125
                    191:     <li>Groff 1.22.2                   <li>Go 1.3
                    192:     <li>GCC 4.6.4, 4.8.3 and 4.9.0     <li>LLVM/Clang 3.5 (20140228)
                    193:     <li>Node.js 0.10.28
1.1       deraadt   194:     </ul>
                    195: <p>
                    196:
                    197: <li>As usual, steady improvements in manual pages and other documentation.
                    198: <p>
                    199:
                    200: <li>The system includes the following major components from outside suppliers:
                    201:     <ul>
1.2       pascal    202:     <li>Xenocara (based on X.Org 7.7 with xserver 1.15.2 + patches,
                    203:       freetype 2.5.3, fontconfig 2.11.1, Mesa 10.2.3, xterm 309,
                    204:       xkeyboard-config 2.11 and more)
1.1       deraadt   205:     <li>Gcc 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.2       pascal    206:     <li>Perl 5.18.3 (+ patches)
                    207:     <li>Nginx 1.6.0 (+ patches)
                    208:     <li>SQLite 3.8.4.3 (+ patches)
1.1       deraadt   209:     <li>Sendmail 8.14.8, with libmilter
                    210:     <li>Bind 9.4.2-P2 (+ patches)
                    211:     <li>NSD 4.0.1
1.2       pascal    212:     <li>Unbound 1.4.22
1.1       deraadt   213:     <li>Sudo 1.7.2p8
                    214:     <li>Ncurses 5.7
                    215:     <li>Binutils 2.15 (+ patches)
                    216:     <li>Gdb 6.3 (+ patches)
                    217:     <li>Less 444 (+ patches)
                    218:     <li>Awk Aug 10, 2011 version
                    219:     </ul>
                    220:
                    221: </ul>
                    222:
                    223: <a name="install"></a>
                    224: <hr>
                    225: <p>
                    226: <h3><font color="#0000e0">How to install</font></h3>
                    227: <p>
                    228: Following this are the instructions which you would have on a piece of
                    229: paper if you had purchased a CDROM set instead of doing an alternate
                    230: form of install.  The instructions for doing an FTP (or other style
                    231: of) install are very similar; the CDROM instructions are left intact
                    232: so that you can see how much easier it would have been if you had
                    233: purchased a CDROM instead.
                    234: <p>
                    235:
                    236: <hr>
                    237: Please refer to the following files on the three CDROMs or FTP mirror for
                    238: extensive details on how to install OpenBSD 5.6 on your machine:
                    239: <p>
                    240: <ul>
                    241: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/i386/INSTALL.i386">
                    242:        .../OpenBSD/5.6/i386/INSTALL.i386 (on CD1)</a>
                    243: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/vax/INSTALL.vax">
                    244:        .../OpenBSD/vax/INSTALL.vax (on CD1)</a>
                    245: <p>
                    246: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/amd64/INSTALL.amd64">
                    247:        .../OpenBSD/amd64/INSTALL.amd64 (on CD2)</a>
                    248: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.hppa">
                    249:        .../OpenBSD/hppa/INSTALL.hppa (on CD2)</a>
                    250: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/macppc/INSTALL.macppc">
                    251:        .../OpenBSD/macppc/INSTALL.macppc (on CD2)</a>
                    252: <p>
                    253: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sparc64/INSTALL.sparc64">
                    254:        .../OpenBSD/sparc64/INSTALL.sparc64 (on CD3)</a>
                    255: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sparc/INSTALL.sparc">
                    256:        .../OpenBSD/sparc/INSTALL.sparc (on CD3)</a>
                    257: <p>
                    258: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/alpha/INSTALL.alpha">
                    259:        .../OpenBSD/5.6/alpha/INSTALL.alpha</a>
                    260: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/armish/INSTALL.armish">
                    261:        .../OpenBSD/5.6/armish/INSTALL.armish</a>
                    262: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/armv7/INSTALL.armv7">
                    263:        .../OpenBSD/5.6/armv7/INSTALL.armv7</a>
                    264: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/aviion/INSTALL.aviion">
                    265:        .../OpenBSD/5.6/aviion/INSTALL.aviion</a>
                    266: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/hp300/INSTALL.hp300">
                    267:        .../OpenBSD/5.6/hp300/INSTALL.hp300</a>
                    268: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.hppa">
                    269:        .../OpenBSD/5.6/hppa/INSTALL.hppa</a>
                    270: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/landisk/INSTALL.landisk">
                    271:        .../OpenBSD/5.6/landisk/INSTALL.landisk</a>
                    272: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/loongson/INSTALL.loongson">
                    273:        .../OpenBSD/5.6/loongson/INSTALL.loongson</a>
                    274: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/luna88k/INSTALL.luna88k">
                    275:        .../OpenBSD/5.6/luna88k/INSTALL.luna88k</a>
                    276: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/macppc/INSTALL.macppc">
                    277:        .../OpenBSD/5.6/macppc/INSTALL.macppc</a>
                    278: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/mvme68k/INSTALL.mvme68k">
                    279:        .../OpenBSD/5.6/mvme68k/INSTALL.mvme68k</a>
                    280: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/mvme88k/INSTALL.mvme88k">
                    281:        .../OpenBSD/5.6/mvme88k/INSTALL.mvme88k</a>
                    282: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/octeon/INSTALL.octeon">
                    283:        .../OpenBSD/5.6/octeon/INSTALL.octeon</a>
                    284: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sgi/INSTALL.sgi">
                    285:        .../OpenBSD/5.6/sgi/INSTALL.sgi</a>
                    286: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/socppc/INSTALL.socppc">
                    287:        .../OpenBSD/5.6/socppc/INSTALL.socppc</a>
                    288: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sparc/INSTALL.sparc">
                    289:        .../OpenBSD/5.6/sparc/INSTALL.sparc</a>
                    290: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/vax/INSTALL.vax">
                    291:        .../OpenBSD/5.6/vax/INSTALL.vax</a>
                    292: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/zaurus/INSTALL.zaurus">
                    293:        .../OpenBSD/5.6/zaurus/INSTALL.zaurus</a>
                    294: </ul>
                    295: <hr>
                    296:
                    297: <p>
                    298: Quick installer information for people familiar with OpenBSD, and the
                    299: use of the "disklabel -E" command.  If you are at all confused when
                    300: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    301: <p>
                    302:
                    303: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    304: <ul>
                    305: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    306: release is on CD1. If your BIOS does not support booting from CD, you will need
                    307: to create a boot floppy to install from. To create a boot floppy write
                    308: <i>CD1:5.6/i386/floppy56.fs</i> to a floppy and boot via the floppy drive.
                    309:
                    310: <p>
                    311: Use <i>CD1:5.6/i386/floppyB56.fs</i> instead for greater SCSI controller
                    312: support, or <i>CD1:5.6/i386/floppyC56.fs</i> for better laptop support.
                    313:
                    314: <p>
                    315: If you can't boot from a CD or a floppy disk,
                    316: you can install across the network using PXE as described in
                    317: the included INSTALL.i386 document.
                    318:
                    319: <p>
                    320: If you are planning on dual booting OpenBSD with another OS, you will need to
                    321: read INSTALL.i386.
                    322:
                    323: <p>
                    324: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    325: at <i>CD1:5.6/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    326: use the
                    327: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    328: utility. The following is an example usage of
                    329: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    330: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    331: &quot;rfd0a&quot;.
                    332:
                    333: <ul><pre>
                    334: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    335: </pre></ul>
                    336:
                    337: <p>
                    338: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    339: your install will most likely fail. For more information on creating a boot
                    340: floppy and installing OpenBSD/i386 please refer to
                    341: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    342: </ul>
                    343:
                    344: <p>
                    345: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    346: <ul>
                    347: The 5.6 release of OpenBSD/amd64 is located on CD2.
                    348: Boot from the CD to begin the install - you may need to adjust
                    349: your BIOS options first.
                    350: If you can't boot from the CD, you can create a boot floppy to install from.
                    351: To do this, write <i>CD2:5.6/amd64/floppy56.fs</i> to a floppy, then
                    352: boot from the floppy drive.
                    353:
                    354: <p>
                    355: If you can't boot from a CD or a floppy disk,
                    356: you can install across the network using PXE as described in the included
                    357: INSTALL.amd64 document.
                    358:
                    359: <p>
                    360: If you are planning to dual boot OpenBSD with another OS, you will need to
                    361: read INSTALL.amd64.
                    362: </ul>
                    363:
                    364: <p>
                    365: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    366: <ul>
                    367: Burn the image from the FTP site to a CDROM, and power on your machine
                    368: while holding down the <i>C</i> key until the display turns on and
                    369: shows <i>OpenBSD/macppc boot</i>.
                    370:
                    371: <p>
                    372: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    373: /5.6/macppc/bsd.rd</i>
                    374: </ul>
                    375:
                    376: <p>
                    377: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    378: <ul>
                    379: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    380:
                    381: <p>
                    382: If this doesn't work, or if you don't have a CDROM drive, you can write
                    383: <i>CD3:5.6/sparc64/floppy56.fs</i> or <i>CD3:5.6/sparc64/floppyB56.fs</i>
                    384: (depending on your machine) to a floppy and boot it with <i>boot
                    385: floppy</i>. Refer to INSTALL.sparc64 for details.
                    386:
                    387: <p>
                    388: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    389: will most likely fail.
                    390:
                    391: <p>
                    392: You can also write <i>CD3:5.6/sparc64/miniroot56.fs</i> to the swap partition on
                    393: the disk and boot with <i>boot disk:b</i>.
                    394:
                    395: <p>
                    396: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    397: </ul>
                    398:
                    399: <p>
                    400: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    401: <ul>
                    402: <p>Write <i>FTP:5.6/alpha/floppy56.fs</i> or
                    403: <i>FTP:5.6/alpha/floppyB56.fs</i> (depending on your machine) to a diskette and
                    404: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    405:
                    406: <p>
                    407: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    408: will most likely fail.
                    409:
                    410: </ul>
                    411:
                    412: <p>
                    413: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    414: <ul>
                    415: <p>
                    416: After connecting a serial port, Thecus can boot directly from the network
                    417: either tftp or http. Configure the network using fconfig, reset,
                    418: then load bsd.rd, see INSTALL.armish for specific details.
                    419: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    420: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    421: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    422: More details are available in INSTALL.armish.
                    423: </ul>
                    424:
                    425: <p>
                    426: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    427: <ul>
                    428: <p>
                    429: Boot over the network by following the instructions in INSTALL.hp300.
                    430: </ul>
                    431:
                    432: <p>
                    433: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    434: <ul>
                    435: <p>
                    436: Boot over the network by following the instructions in INSTALL.hppa or the
                    437: <a href="hppa.html#install">hppa platform page</a>.
                    438: </ul>
                    439:
                    440: <p>
                    441: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    442: <ul>
                    443: <p>
                    444: Write <i>miniroot56.fs</i> to the start of the CF
                    445: or disk, and boot normally.
                    446: </ul>
                    447:
                    448: <p>
                    449: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    450: <ul>
                    451: <p>
                    452: Write <i>miniroot56.fs</i> to a USB stick and boot bsd.rd from it
                    453: or boot bsd.rd via tftp.
                    454: Refer to the instructions in INSTALL.loongson for more details.
                    455: </ul>
                    456: <p>
                    457:
                    458: <p>
                    459: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    460: <ul>
                    461: <p>
                    462: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    463: from the PROM, and the bsd.rd from the bootloader.
                    464: Refer to the instructions in INSTALL.luna88k for more details.
                    465: </ul>
                    466:
                    467: <p>
                    468: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    469: <ul>
                    470: <p>
                    471: You can create a bootable installation tape or boot over the network.<br>
                    472: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    473: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    474: for more details.
                    475: </ul>
                    476:
                    477: <p>
                    478: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    479: <ul>
                    480: <p>
                    481: You can create a bootable installation tape or boot over the network.<br>
                    482: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    483: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    484: for more details.
                    485: </ul>
                    486:
                    487: <p>
                    488: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    489: <ul>
                    490: <p>
                    491: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    492: Refer to the instructions in INSTALL.octeon for more details.
                    493: </ul>
                    494:
                    495: <p>
                    496: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    497: <ul>
                    498: <p>
                    499: To install, burn cd56.iso on a CD-R, put it in the CD drive of your
                    500: machine and select <i>Install System Software</i> from the System Maintenance
                    501: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    502: CD-ROM, and need a proper invocation from the PROM prompt.
                    503: Refer to the instructions in INSTALL.sgi for more details.
                    504:
                    505: <p>
                    506: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    507: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    508: system type. Refer to the instructions in INSTALL.sgi for more details.
                    509: </ul>
                    510:
                    511: <p>
                    512: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    513: <ul>
                    514: <p>
                    515: After connecting a serial port, boot over the network via DHCP/tftp.
                    516: Refer to the instructions in INSTALL.socppc for more details.
                    517: </ul>
                    518:
                    519: <p>
                    520: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    521: <ul>
                    522: Boot from one of the provided install ISO images, using one of the two
                    523: commands listed below, depending on the version of your ROM.
                    524:
                    525: <ul><pre>
                    526: ok <strong>boot cdrom 5.6/sparc/bsd.rd</strong>
                    527: or
                    528: &gt; <strong>b sd(0,6,0)5.6/sparc/bsd.rd</strong>
                    529: </pre></ul>
                    530:
                    531: <p>
                    532: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    533: To do so you need to write <i>floppy56.fs</i> to a floppy.
                    534: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    535: To boot from the floppy use one of the two commands listed below,
                    536: depending on the version of your ROM.
                    537:
                    538: <ul><pre>
                    539: ok <strong>boot floppy</strong>
                    540: or
                    541: &gt; <strong>b fd()</strong>
                    542: </pre></ul>
                    543:
                    544: <p>
                    545: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    546: will most likely fail.
                    547:
                    548: <p>
                    549: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    550: setup a bootable tape, or install via network, as told in the
                    551: INSTALL.sparc file.
                    552: </ul>
                    553:
                    554: <p>
                    555: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    556: <ul>
                    557: Boot over the network via mopbooting as described in INSTALL.vax.
                    558: </ul>
                    559:
                    560: <p>
                    561: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    562: <ul>
                    563: <p>
                    564: Using the Linux built-in graphical ipkg installer, install the
                    565: openbsd56_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    566: for a few important details.
                    567: </ul>
                    568:
                    569: <p>
                    570: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    571: <ul>
                    572: src.tar.gz contains a source archive starting at /usr/src.  This file
                    573: contains everything you need except for the kernel sources, which are
                    574: in a separate archive.  To extract:
                    575: <p>
                    576: <ul><pre>
                    577: # <strong>mkdir -p /usr/src</strong>
                    578: # <strong>cd /usr/src</strong>
                    579: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    580: </pre></ul>
                    581: <p>
                    582: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    583: This file contains all the kernel sources you need to rebuild kernels.
                    584: To extract:
                    585: <p>
                    586: <ul><pre>
                    587: # <strong>mkdir -p /usr/src/sys</strong>
                    588: # <strong>cd /usr/src</strong>
                    589: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    590: </pre></ul>
                    591: <p>
                    592: Both of these trees are a regular CVS checkout.  Using these trees it
                    593: is possible to get a head-start on using the anoncvs servers as
                    594: described <a href="anoncvs.html">here</a>.
                    595: Using these files
                    596: results in a much faster initial CVS update than you could expect from
                    597: a fresh checkout of the full OpenBSD source tree.
                    598: <p>
                    599: </ul>
                    600:
                    601: <a name="upgrade"></a>
                    602: <hr>
                    603: <p>
                    604: <h3><font color="#0000e0">How to upgrade</font></h3>
                    605: <p>
                    606: If you already have an OpenBSD 5.4 system, and do not want to reinstall,
                    607: upgrade instructions and advice can be found in the
                    608: <a href="faq/upgrade56.html">Upgrade Guide</a>.
                    609:
                    610: <a name="ports"></a>
                    611: <hr>
                    612: <p>
                    613: <h3><font color="#0000e0">Ports Tree</font></h3>
                    614: <p>
                    615: A ports tree archive is also provided.  To extract:
                    616: <p>
                    617: <ul><pre>
                    618: # <strong>cd /usr</strong>
                    619: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    620: </pre></ul>
                    621: <p>
                    622: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    623: read the <a href="faq/ports/index.html">ports</a> page
                    624: if you know nothing about ports
                    625: at this point.  This text is not a manual of how to use ports.
                    626: Rather, it is a set of notes meant to kickstart the user on the
                    627: OpenBSD ports system.
                    628: <p>
                    629: The <i>ports/</i> directory represents a CVS (see the manpage for
                    630: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1&amp;arch=i386">
                    631: cvs(1)</a> if
                    632: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    633: source tree, our ports tree is available via
                    634: <a href="anoncvs.html">AnonCVS</a>.
                    635: So, in order to keep current with it, you must make the <i>ports/</i> tree
                    636: available on a read-write medium and update the tree with a command
                    637: like:
                    638: <p>
                    639: <ul><pre>
                    640: # <strong>cd /usr/ports</strong>
                    641: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_5</strong>
                    642: </pre></ul>
                    643: <p>
                    644: [Of course, you must replace the server name here with a nearby anoncvs
                    645: server.]
                    646: <p>
                    647: Note that most ports are available as packages through FTP. Updated
                    648: packages for the 5.6 release will be made available if problems arise.
                    649: <p>
                    650: If you're interested in seeing a port added, would like to help out, or just
                    651: would like to know more, the mailing list
                    652: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    653: <p>
                    654: </body>
                    655: </html>