=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/30.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- www/30.html 2019/05/27 22:55:18 1.43 +++ www/30.html 2019/06/12 20:57:16 1.44 @@ -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.0. For a comprehensive list, see the changelog leading @@ -122,7 +108,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 @@ -137,19 +122,31 @@ details on how to install OpenBSD 3.0 on your machine:

+
+
@@ -175,7 +172,7 @@ To make a boot floppy under MS-DOS, use the "rawrite" utility located at CD:/3.0/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
 

@@ -271,7 +268,7 @@

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

@@ -299,12 +296,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 @@ -330,13 +327,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. -

-

@@ -373,17 +368,17 @@ like:

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

[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.0 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.