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

Annotation of www/56.html, Revision 1.9

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