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

Annotation of www/47.html, Revision 1.10

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 4.7 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 4.7">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
                     11: <meta name="copyright" content="This document copyright 2008 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/xxx.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" vspace="30"
                     23: src="images/xxx.jpg" alt="OpenBSD 4.7 logo"></a>
                     24: <h2><font color="#0000e0">The OpenBSD 4.7 Release:</font></h2>
                     25: <p>
                     26: Released May 19, 2010<br>
                     27: Copyright 1997-2010, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 978-0-9784475-5-7</font>
                     29: <br>
                     30: <a href="lyrics.html#47">4.7 Song: "xxx"</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/4.7/</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="errata47.html">The 4.7 Errata page</a> for a list
                     50:     of bugs and workarounds.
                     51: <li>See a <a href="plus47.html">detailed log of changes</a> between the
                     52:     4.6 and 4.7 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 4.7.
                     70: For a comprehensive list, see the <a href="plus47.html">changelog</a> leading
                     71: to 4.7.
                     72: <p>
                     73:
                     74: <ul>
                     75:
                     76: <li>New/extended platforms:
                     77:     <ul>
1.7       kettenis   78:     <li><a href="alpha.html">OpenBSD/alpha</a>
                     79:        <ul>
                     80:        <li>Added support for the DS15/DS25/ES45.
                     81:        </ul>
                     82:     <li><a href="loongson.html">OpenBSD/loongson</a><br>
                     83:        New platform for systems based on the Loongson 2E and 2F
                     84:        MIPS-compatible processors.  Supported machines include:
                     85:        <ul>
                     86:        <li>Lemote Fuloong 2F mini-PC
                     87:        <li>Lemote Lynloong all-in-one-PC
                     88:        <li>Lemote Yeeloong netbook (8.9" and 10.1" models)
                     89:        <li>EMTEC Gdium Liberty 1000 netbook
                     90:        </ul>
                     91:     <li><a href="sgi.html">OpenBSD/sgi</a>
                     92:        <ul>
                     93:        <li>Added support for the multi-node SGI Origin 200 systems in M mode.
                     94:        <li>Added support for the SGI Origin 350.
                     95:        <li>Added SMP support on the SGI Fuel and SGI Origin 350.
                     96:        </ul>
                     97:     <li><a href="socppc.html">OpenBSD/socppc</a>
                     98:        <ul>
                     99:        <li>Added support for the RouterBOARD RB600A.
                    100:        </ul>
1.1       deraadt   101:     </ul>
                    102: <p>
                    103:
                    104: <li>Improved hardware support, including:
                    105:     <ul>
1.3       beck      106:     <li>Revamped SCSI midlayer and improved driver support
1.1       deraadt   107:     </ul>
                    108: <p>
                    109:
                    110: <li>New tools:
                    111:     <ul>
1.9       otto      112:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs_ext2fs&amp;sektion=8">newfs_ext2fs(8)</a> for creating ext2 filesystems.
1.1       deraadt   113:     <li>...
                    114:     </ul>
                    115: <p>
                    116:
1.6       beck      117: <li>Filesystem Midlayer improvements:
1.2       beck      118:     <ul>
                    119:     <li> Dynamic Buffer Cache now supported to a max size set with sysctl <tt>kern.bufcachepercent</tt>
                    120:     <li> Dynamic VFS name cache rewrite, now uses Red/Black trees instead of linked lists.
                    121:     <li> Numerous NFS client stability fixes.
                    122:     </ul>
                    123: <p>
                    124:
1.1       deraadt   125: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> improvements:
                    126:     <ul>
                    127:     <li>...
                    128:     </ul>
                    129: <p>
                    130:
                    131: <li>OpenBGPD, OpenOSPFD and other routing daemon improvements:
                    132:     <ul>
                    133:     <li>...
                    134:     </ul>
                    135: <p>
                    136:
                    137: <li>Generic Network-Stack improvements:
                    138:     <ul>
                    139:     <li>...
                    140:     </ul>
                    141: <p>
                    142:
1.9       otto      143: <li>Assorted improvements:
                    144:     <ul>
                    145:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(2)</a>
                    146:      now has an <tt>S</tt> flag to turn on the options that help debugging
                    147:      and improve security.
                    148:     <li>updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&amp;sektion=3">terminfo(3)</a>
                    149:      database and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncurses&amp;sektion=3">ncurses(3)</a>
                    150:      library.
                    151:     <li>...
                    152:     </ul>
                    153: <p>
                    154:
1.1       deraadt   155: <li>Install/Upgrade process changes:
                    156:     <ul>
1.4       beck      157:     <li> You'll ususally only press enter.. It will scare you it's so easy.
1.1       deraadt   158:     </ul>
                    159: <p>
                    160:
                    161: <li>OpenSSH 5.3:
                    162:     <ul>
                    163:     <li>...
                    164:     </ul>
                    165: <p>
                    166:
                    167: <li>Over 5,800 ports, minor robustness improvements in package tools.
                    168: <li>Many pre-built packages for each architecture:
                    169:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    170:     <tr>
                    171:     <td valign="top" width="25%">
                    172:     <ul>
1.5       deraadt   173:     <li>i386:       5951
                    174:     <li>sparc64:    5745
                    175:     <li>alpha:      5489
1.1       deraadt   176: </ul></td><td valign=top width="25%"><ul>
1.5       deraadt   177:     <li>sh:         1261
                    178:     <li>amd64:      5889
                    179:     <li>powerpc:    5783
1.1       deraadt   180: </ul></td><td valign=top width="25%"><ul>
1.5       deraadt   181:     <li>sparc:      3584
                    182:     <li>arm:        839
                    183:     <li>hppa:       5179
1.1       deraadt   184: </ul></td><td valign=top width="25%"><ul>
1.5       deraadt   185:     <li>vax:        1785
                    186:     <li>mips64:     3677
                    187:     <li>mips64el:   3661
1.1       deraadt   188: </ul></td></tr></table>
                    189: Some highlights:
                    190:     <ul>
                    191:     <li>Gnome 2.24.3.
                    192:     <li>KDE 3.5.10.
                    193:     <li>Xfce 4.7.1.
                    194:     <li>MySQL 5.0.83.
                    195:     <li>PostgreSQL 8.3.7.
                    196:     <li>Postfix 2.6.2.
                    197:     <li>OpenLDAP 2.3.43.
                    198:     <li>Mozilla Firefox 3.0.11 and 3.5.
                    199:     <li>Mozilla Thunderbird 2.0.0.22.
                    200:     <li>OpenOffice.org 3.1.0.
                    201:     <li>Emacs 21.4 and 22.3
                    202:     <li>Vim 7.2.190.
                    203:     <li>PHP 5.2.10.
                    204:     <li>Python 2.4.7, 2.5.4 and 2.6.2.
                    205:     <li>Ruby 1.8.6.369.
                    206:     </ul>
                    207: <p>
                    208:
                    209: <li>As usual, steady improvements in manual pages and other documentation.
                    210: <p>
                    211:
                    212: <li>The system includes the following major components from outside suppliers:
                    213:     <ul>
1.8       matthieu  214:     <li>Xenocara (based on X.Org 7.4 with xserver 1.6.5 + patches,
                    215:        freetype 2.3.9,
                    216:         fontconfig 2.6.0, Mesa 7.4.2, xterm 250 and more)
1.1       deraadt   217:     <li>Gcc 2.95.3 (+ patches) and 3.3.5 (+ patches)
1.10    ! otto      218:     <li>Perl 5.10.1 (+ patches)
1.1       deraadt   219:     <li>Our improved and secured version of Apache 1.3, with SSL/TLS
                    220:         and DSO support
                    221:     <li>OpenSSL 0.9.8k (+ patches)
                    222:     <li>Groff 1.15
                    223:     <li>Sendmail 8.14.3, with libmilter
                    224:     <li>Bind 9.4.2-P2 (+ patches)
                    225:     <li>Lynx 2.8.6rel.5 with HTTPS and IPv6 support (+ patches)
                    226:     <li>Sudo 1.7.2
1.10    ! otto      227:     <li>Ncurses 5.7
1.1       deraadt   228:     <li>Latest KAME IPv6
                    229:     <li>Heimdal 0.7.2 (+ patches)
                    230:     <li>Arla 0.35.7
                    231:     <li>Binutils 2.15 (+ patches)
                    232:     <li>Gdb 6.3 (+ patches)
                    233:     </ul>
                    234: <p>
                    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 4.7 on your machine:
                    254: <p>
                    255: <ul>
                    256: <li>CD1:4.7/i386/INSTALL.i386
                    257: <p>
                    258: <li>CD2:4.7/amd64/INSTALL.amd64
                    259: <li>CD2:4.7/macppc/INSTALL.macppc
                    260: <p>
                    261: <li>CD3:4.7/sparc64/INSTALL.sparc64
                    262: <p>
                    263: <li>FTP:.../OpenBSD/4.7/alpha/INSTALL.alpha
                    264: <li>FTP:.../OpenBSD/4.7/armish/INSTALL.armish
                    265: <li>FTP:.../OpenBSD/4.7/hp300/INSTALL.hp300
                    266: <li>FTP:.../OpenBSD/4.7/hppa/INSTALL.hppa
                    267: <li>FTP:.../OpenBSD/4.7/landisk/INSTALL.landisk
                    268: <li>FTP:.../OpenBSD/4.7/mac68k/INSTALL.mac68k
                    269: <li>FTP:.../OpenBSD/4.7/mvme68k/INSTALL.mvme68k
                    270: <li>FTP:.../OpenBSD/4.7/mvme88k/INSTALL.mvme88k
                    271: <li>FTP:.../OpenBSD/4.7/sgi/INSTALL.sgi
                    272: <li>FTP:.../OpenBSD/4.7/socppc/INSTALL.socppc
                    273: <li>FTP:.../OpenBSD/4.7/sparc/INSTALL.sparc
                    274: <li>FTP:.../OpenBSD/4.7/vax/INSTALL.vax
                    275: <li>FTP:.../OpenBSD/4.7/zaurus/INSTALL.zaurus
                    276: </ul>
                    277: <hr>
                    278:
                    279: <p>
                    280: Quick installer information for people familiar with OpenBSD, and the
                    281: use of the "disklabel -E" command.  If you are at all confused when
                    282: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    283: <p>
                    284:
                    285: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    286: <ul>
                    287: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    288: release is on CD1. If your BIOS does not support booting from CD, you will need
                    289: to create a boot floppy to install from. To create a boot floppy write
                    290: <i>CD1:4.7/i386/floppy47.fs</i> to a floppy and boot via the floppy drive.
                    291:
                    292: <p>
                    293: Use <i>CD1:4.7/i386/floppyB47.fs</i> instead for greater SCSI controller
                    294: support, or <i>CD1:4.7/i386/floppyC47.fs</i> for better laptop support.
                    295:
                    296: <p>
                    297: If you can't boot from a CD or a floppy disk,
                    298: you can install across the network using PXE as described in
                    299: the included INSTALL.i386 document.
                    300:
                    301: <p>
                    302: If you are planning on dual booting OpenBSD with another OS, you will need to
                    303: read INSTALL.i386.
                    304:
                    305: <p>
                    306: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    307: at <i>CD1:4.7/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    308: use the
                    309: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    310: utility. The following is an example usage of
                    311: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    312: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    313: &quot;rfd0a&quot;.
                    314:
                    315: <ul><pre>
                    316: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    317: </pre></ul>
                    318:
                    319: <p>
                    320: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    321: your install will most likely fail. For more information on creating a boot
                    322: floppy and installing OpenBSD/i386 please refer to
                    323: <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    324: </ul>
                    325:
                    326: <p>
                    327: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    328: <ul>
                    329: The 4.7 release of OpenBSD/amd64 is located on CD2.
                    330: Boot from the CD to begin the install - you may need to adjust
                    331: your BIOS options first.
                    332: If you can't boot from the CD, you can create a boot floppy to install from.
                    333: To do this, write <i>CD2:4.7/amd64/floppy47.fs</i> to a floppy, then
                    334: boot from the floppy drive.
                    335:
                    336: <p>
                    337: If you can't boot from a CD or a floppy disk,
                    338: you can install across the network using PXE as described in the included
                    339: INSTALL.amd64 document.
                    340:
                    341: <p>
                    342: If you are planning to dual boot OpenBSD with another OS, you will need to
                    343: read INSTALL.amd64.
                    344: </ul>
                    345:
                    346: <p>
                    347: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    348: <ul>
                    349: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    350: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    351:
                    352: <p>
                    353: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    354: /4.7/macppc/bsd.rd</i>
                    355: </ul>
                    356:
                    357: <p>
                    358: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    359: <ul>
                    360: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    361:
                    362: <p>
                    363: If this doesn't work, or if you don't have a CDROM drive, you can write
                    364: <i>CD3:4.7/sparc64/floppy47.fs</i> or <i>CD3:4.7/sparc64/floppyB47.fs</i>
                    365: (depending on your machine) to a floppy and boot it with <i>boot
                    366: floppy</i>. Refer to INSTALL.sparc64 for details.
                    367:
                    368: <p>
                    369: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    370: will most likely fail.
                    371:
                    372: <p>
                    373: You can also write <i>CD3:4.7/sparc64/miniroot47.fs</i> to the swap partition on
                    374: the disk and boot with <i>boot disk:b</i>.
                    375:
                    376: <p>
                    377: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    378: </ul>
                    379:
                    380: <p>
                    381: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    382: <ul>
                    383: <p>Write <i>FTP:4.7/alpha/floppy47.fs</i> or
                    384: <i>FTP:4.7/alpha/floppyB47.fs</i> (depending on your machine) to a diskette and
                    385: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more 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: </ul>
                    392:
                    393: <p>
                    394: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    395: <ul>
                    396: <p>
                    397: After connecting a serial port, Thecus can boot directly from the network
                    398: either tftp or http. Configure the network using fconfig, reset,
                    399: then load bsd.rd, see INSTALL.armish for specific details.
                    400: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    401: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    402: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    403: More details are available in INSTALL.armish.
                    404: </ul>
                    405:
                    406: <p>
                    407: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    408: <ul>
                    409: <p>
                    410: Boot over the network by following the instructions in INSTALL.hp300.
                    411: </ul>
                    412:
                    413: <p>
                    414: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    415: <ul>
                    416: <p>
                    417: Boot over the network by following the instructions in INSTALL.hppa or the
                    418: <a href="hppa.html#install">hppa platform page</a>.
                    419: </ul>
                    420:
                    421: <p>
                    422: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    423: <ul>
                    424: <p>
                    425: Write <i>miniroot47.fs</i> to the start of the CF
                    426: or disk, and boot normally.
                    427: </ul>
                    428:
                    429: <p>
                    430: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    431: <ul>
                    432: <p>
                    433: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
                    434: <i>FTP:4.7/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
                    435: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    436: Refer to the instructions in INSTALL.mac68k for more details.
                    437: </ul>
                    438:
                    439: <p>
                    440: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    441: <ul>
                    442: <p>
                    443: You can create a bootable installation tape or boot over the network.<br>
                    444: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    445: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    446: for more details.
                    447: </ul>
                    448:
                    449: <p>
                    450: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    451: <ul>
                    452: <p>
                    453: You can create a bootable installation tape or boot over the network.<br>
                    454: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    455: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    456: for more details.
                    457: </ul>
                    458:
                    459: <p>
                    460: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    461: <ul>
                    462: Boot from one of the provided install ISO images, using one of the two
                    463: commands listed below, depending on the version of your ROM.
                    464:
                    465: <ul><pre>
                    466: ok <strong>boot cdrom 4.7/sparc/bsd.rd</strong>
                    467: or
                    468: &gt; <strong>b sd(0,6,0)4.7/sparc/bsd.rd</strong>
                    469: </pre></ul>
                    470:
                    471: <p>
                    472: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    473: To do so you need to write <i>floppy47.fs</i> to a floppy.
                    474: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    475: To boot from the floppy use one of the two commands listed below,
                    476: depending on the version of your ROM.
                    477:
                    478: <ul><pre>
                    479: ok <strong>boot floppy</strong>
                    480: or
                    481: &gt; <strong>b fd()</strong>
                    482: </pre></ul>
                    483:
                    484: <p>
                    485: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    486: will most likely fail.
                    487:
                    488: <p>
                    489: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    490: setup a bootable tape, or install via network, as told in the
                    491: INSTALL.sparc file.
                    492: </ul>
                    493:
                    494: <p>
                    495: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    496: <ul>
                    497: <p>
                    498: Burn cd47.iso on a CD-R, put it in the CD drive of your machine and
                    499: select <i>Install System Software</i> from the System Maintenance menu.
                    500:
                    501: <p>
                    502: If your machine doesn't have a CD drive, you can
                    503: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    504: Refer to the instructions in INSTALL.sgi for more details.
                    505: </ul>
                    506:
                    507: <p>
                    508: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    509: <ul>
                    510: <p>
                    511: After connecting a serial port, boot over the network via DHCP/tftp.
                    512: Refer to the instructions in INSTALL.socppc for more details.
                    513: </ul>
                    514:
                    515: <p>
                    516: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    517: <ul>
                    518: Boot over the network via mopbooting as described in INSTALL.vax.
                    519: </ul>
                    520:
                    521: <p>
                    522: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    523: <ul>
                    524: <p>
                    525: Using the Linux built-in graphical ipkg installer, install the
                    526: openbsd47_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    527: for a few important details.
                    528: </ul>
                    529:
                    530: <p>
                    531: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    532: <ul>
                    533: src.tar.gz contains a source archive starting at /usr/src.  This file
                    534: contains everything you need except for the kernel sources, which are
                    535: in a separate archive.  To extract:
                    536: <p>
                    537: <ul><pre>
                    538: # <strong>mkdir -p /usr/src</strong>
                    539: # <strong>cd /usr/src</strong>
                    540: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    541: </pre></ul>
                    542: <p>
                    543: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    544: This file contains all the kernel sources you need to rebuild kernels.
                    545: To extract:
                    546: <p>
                    547: <ul><pre>
                    548: # <strong>mkdir -p /usr/src/sys</strong>
                    549: # <strong>cd /usr/src</strong>
                    550: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    551: </pre></ul>
                    552: <p>
                    553: Both of these trees are a regular CVS checkout.  Using these trees it
                    554: is possible to get a head-start on using the anoncvs servers as
                    555: described <a href="anoncvs.html">here</a>.
                    556: Using these files
                    557: results in a much faster initial CVS update than you could expect from
                    558: a fresh checkout of the full OpenBSD source tree.
                    559: <p>
                    560: </ul>
                    561:
                    562: <a name="upgrade"></a>
                    563: <hr>
                    564: <p>
                    565: <h3><font color="#0000e0">How to upgrade</font></h3>
                    566: <p>
                    567: If you already have an OpenBSD 4.6 system, and do not want to reinstall,
                    568: upgrade instructions and advice can be found in the
                    569: <a href="faq/upgrade47.html">Upgrade Guide</a>.
                    570:
                    571: <a name="ports"></a>
                    572: <hr>
                    573: <p>
                    574: <h3><font color="#0000e0">Ports Tree</font></h3>
                    575: <p>
                    576: A ports tree archive is also provided.  To extract:
                    577: <p>
                    578: <ul><pre>
                    579: # <strong>cd /usr</strong>
                    580: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    581: # <strong>cd ports</strong>
                    582: </pre></ul>
                    583: <p>
                    584: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    585: read the <a href="ports.html">ports</a> page
                    586: if you know nothing about ports
                    587: at this point.  This text is not a manual of how to use ports.
                    588: Rather, it is a set of notes meant to kickstart the user on the
                    589: OpenBSD ports system.
                    590: <p>
                    591: The <i>ports/</i> directory represents a CVS (see the manpage for
                    592: <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">
                    593: cvs(1)</a> if
                    594: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    595: source tree, our ports tree is available via anoncvs.  So, in
                    596: order to keep current with it, you must make the <i>ports/</i> tree
                    597: available on a read-write medium and update the tree with a command
                    598: like:
                    599: <p>
                    600: <ul><pre>
                    601: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_6</strong>
                    602: </pre></ul>
                    603: <p>
                    604: [Of course, you must replace the local directory and server name here
                    605: with the location of your ports collection and a nearby anoncvs
                    606: server.]
                    607: <p>
                    608: Note that most ports are available as packages through FTP. Updated
                    609: packages for the 4.7 release will be made available if problems arise.
                    610: <p>
                    611: If you're interested in seeing a port added, would like to help out, or just
                    612: would like to know more, the mailing list ports@openbsd.org is a good
                    613: place to know.
                    614: <p>
                    615:
                    616: <hr>
                    617: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    618: alt="OpenBSD"></a>
                    619: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    620: <br><small>
1.10    ! otto      621: $OpenBSD: 47.html,v 1.9 2010/03/08 19:31:05 otto Exp $
1.1       deraadt   622: </small>
                    623:
                    624: </body>
                    625: </html>