=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/31.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- www/31.html 2019/05/31 13:15:30 1.40 +++ www/31.html 2019/06/12 20:57:16 1.41 @@ -7,20 +7,7 @@ - -

OpenBSD @@ -60,7 +47,6 @@

What's New

-

This is a partial list of new features and systems included in OpenBSD 3.1. For a comprehensive list, see the changelog leading @@ -144,7 +130,6 @@

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 @@ -159,24 +144,32 @@ details on how to install OpenBSD 3.1 on your machine:

-
    -
  • CD2:3.1/macppc/INSTALL.macppc -
  • CD2:3.1/vax/INSTALL.vax -
-
    -
  • CD3:3.1/sparc/INSTALL.sparc -
  • CD3:3.1/sparc64/INSTALL.sparc64 -
-Only available via FTP:
-
    -
  • CD4:3.1/mvme68k/INSTALL.mvme68k -
  • CD4:3.1/amiga/INSTALL.amiga -
  • CD4:3.1/mac68k/INSTALL.mac68k -
  • CD4:3.1/hp300/INSTALL.hp300 -
+
+
@@ -202,7 +195,7 @@ To make a boot floppy under MS-DOS, use the "rawrite" utility located at CD:/3.1/tools/rawrite.exe. To make the boot floppy under a Unix OS, use the dd(1) utility. The following is an example usage of dd(1), where the device could be "floppy", "rfd0c", or "rfd0a".
-# dd if=<file> of=/dev/<device> bs=32k
+# dd if=<file> of=/dev/<device> bs=32k
 

@@ -289,7 +282,7 @@

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

@@ -317,12 +310,12 @@

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 @@ -348,13 +341,11 @@

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. +described here. 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. -

-

@@ -391,17 +382,17 @@ like:

-# cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_1
+# cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_1
 

[Of course, you must replace the local directory and server name here with the location of your ports collection and a nearby anoncvs server.]

-Note that most ports are available as packages through ftp. Updated +Note that most ports are available as packages on our mirrors. Updated packages for the 3.1 release will be made available if problems arise.

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. +would like to know more, the mailing list +ports@openbsd.org is a good place to know.