=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/30.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- www/30.html 2019/04/24 15:54:53 1.42 +++ www/30.html 2019/05/27 22:55:18 1.43 @@ -1,29 +1,41 @@ - - - + + + + OpenBSD 3.0 - - - + + +

-OpenBSD -3.0 +OpenBSD +3.0

+ + +
- -

+Rock +

Released December 1, 2001
Copyright 1997-2001, Theo de Raadt.
-ISBN 0-9683637-8-4 +ISBN 0-9683637-8-4
3.0 Song: "E-Railed (OpenBSD Mix)"
@@ -31,7 +43,7 @@
  • See the information on The FTP page for a list of mirror machines. -
  • Go to the pub/OpenBSD/3.0/ directory on +
  • Go to the pub/OpenBSD/3.0/ directory on one of the mirror sites.
  • Have a look at The 3.0 Errata page for a list of bugs and workarounds. @@ -42,13 +54,14 @@ All applicable copyrights and credits are in the src.tar.gz, sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the files fetched via ports.tar.gz. -
    +

- + +
+

What's New

+

-

What's New

-

This is a partial list of new features and systems included in OpenBSD 3.0. For a comprehensive list, see the changelog leading to 3.0. @@ -77,7 +90,7 @@

  • A new packet filter, PF, +href="https://man.openbsd.org/pf.4">PF, featuring NAT capabilities, with a mostly ipf-compatible syntax.

    @@ -102,14 +115,15 @@

  • Many improvements for security and reliability (look for the red print in the complete changelog). -

    +

  • -
    + +
    +

    How to install

    +

    -

    How to install

    -

    Following this are the instructions which you would have on a piece of paper if you had purchased a CDROM set instead of doing an alternate form of install. The instructions for doing an ftp (or other style @@ -138,14 +152,15 @@


    +
    +

    Quick installer information for people familiar with OpenBSD, and the use of the "disklabel -E" command. If you are at all confused when installing OpenBSD, read the relevant INSTALL.* file as listed above! -

    -

    OpenBSD/i386:

    - +

    OpenBSD/alpha:

    +

    -

    OpenBSD/alpha:

    - +

    OpenBSD/macppc:

    -

    OpenBSD/macppc:

    - +

    OpenBSD/hp300:

    +

    -

    OpenBSD/hp300:

    -
      -

      Put the CD2 in your CDROM drive and press the spacebar during the poweron self-test. Enter the boot choice that corresponds to SYS_CDBOOT.

      Alternatively, you can boot over the network by following the instructions in INSTALL.hp300. -

    +

    OpenBSD/amiga:

    +

    -

    OpenBSD/amiga:

    -
      -

      Create BSD partitions according to INSTALL.amiga's preparation section. Mount the CD2 under AmigaOS as device CD0: Next, execute the following CLI command: "CD0:3.0/amiga/utils/loadbsd CD0:3.0/amiga/bsd.rd". -

    +

    OpenBSD/mac68k:

    +

    -

    OpenBSD/mac68k:

    -
      -

      Boot MacOS as normal and partition your disk with the appropriate A/UX configurations. Then, extract the Macside utilities from CD2:3.0/mac68k/utils onto your hard disk. Run Mkfs to create your @@ -235,45 +240,39 @@ BSD/Mac68k Installer to copy all the sets in CD2:3.0/mac68k/ onto your partitions. Finally, you will be ready to configure the BSD/Mac68k Booter with the location of your kernel and boot the system. -

    +

    OpenBSD/mvme68k:

    +

    -

    OpenBSD/mvme68k:

    -
      -

      You can create a bootable installation tape or boot over the network.
      The network boot requires a MVME68K BUG version that supports the NIOT and NBO debugger commands. Follow the instructions in INSTALL.mvme68k for more details. -

    +

    OpenBSD/vax:

    +

    -

    OpenBSD/vax:

    -
      -

      Boot over the network via mopbooting as described in INSTALL.vax. -

    +

    OpenBSD/sparc:

    +

    -

    OpenBSD/sparc:

    -
      -

      The 3.0 release of OpenBSD/sparc is located on CD3. To boot off of this CD you can use one of the two commands listed below, depending on the version of your ROM. -

        -> boot cdrom 3.0/sparc/bsd.rd
        +
        +> boot cdrom 3.0/sparc/bsd.rd
         or
        -> b sd(0,6,0)3.0/sparc/bsd.rd
        -
      +> b sd(0,6,0)3.0/sparc/bsd.rd +

      If your sparc does not have a CD drive, you can alternatively boot from floppy. To do so you need to write "CD3:3.0/sparc/floppy30.fs" to a floppy. For more information see this page. To boot from the floppy use one of the two commands listed below, depending on the version of your ROM. -

        -> boot floppy
        +
        +> boot floppy
         or
         > boot fd()
        -
      +

      Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail. @@ -282,12 +281,10 @@ If your sparc doesn't have a floppy drive nor a CD drive, you can either setup a bootable tape, or install via network, as told in the INSTALL.sparc file. -

    +

    OpenBSD/sparc64:

    +

    -

    OpenBSD/sparc64:

    -
      -

      Put the CD3 in your CDROM drive and type boot cdrom.

      @@ -302,52 +299,57 @@

      If nothing works, you can boot over the network as described in INSTALL.sparc64 -

    +
    + +
    +

    Notes about the source code:

    +

    -

    Notes about the source code:

    -
      -

      src.tar.gz contains a source archive starting at /usr/src. This file contains everything you need except for the kernel sources, which are in a separate archive. To extract: + +

      +# mkdir -p /usr/src
      +# cd /usr/src
      +# tar xvfz /tmp/src.tar.gz
      +
      +

      -

        -# mkdir -p /usr/src
        -# cd /usr/src
        -# tar xvfz /tmp/src.tar.gz
        -
      -

      srcsys.tar.gz contains a source archive starting at /usr/src/sys. This file contains all the kernel sources you need to rebuild kernels. To extract: + +

      +# mkdir -p /usr/src/sys
      +# cd /usr/src
      +# tar xvfz /tmp/srcsys.tar.gz
      +
      +

      -

        -# mkdir -p /usr/src/sys
        -# cd /usr/src
        -# tar xvfz /tmp/srcsys.tar.gz
        -
      -

      Both of these trees are a regular CVS checkout. Using these trees it is possible to get a head-start on using the anoncvs servers as described at http://www.OpenBSD.org/anoncvs.html. Using these files results in a much faster initial CVS update than you could expect from a fresh checkout of the full OpenBSD source tree. -

      -

    - + +
    +
    +
    + +
    +

    Ports Tree

    -

    Ports Tree

    -

    A ports tree archive is also provided. To extract:

    -

    +
    +# cd /usr
    +# tar xvfz /tmp/ports.tar.gz
    +# cd ports
    +

    The ports/ subdirectory is a checkout of the OpenBSD ports tree. Go read http://www.OpenBSD.org/faq/faq15.html @@ -362,7 +364,7 @@ on most architectures (over 1200 packages build on i386, for instance).

    The ports/ directory represents a CVS (see the manpage for - + cvs(1) if you aren't familiar with CVS) checkout of our ports. As with our complete source tree, our ports tree is available via anoncvs. So, in @@ -370,9 +372,9 @@ available on a read-write medium and update the tree with a command like:

    -

    +

    [Of course, you must replace the local directory and server name here with the location of your ports collection and a nearby anoncvs @@ -384,7 +386,4 @@ If you're interested in seeing a port added, would like to help out, or just would like to know more, the mailing list ports@openbsd.org is a good place to know. -

    - - - +