=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/32.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- www/32.html 2019/05/27 22:55:18 1.48 +++ www/32.html 2019/06/12 20:57:16 1.49 @@ -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.2. For a comprehensive list, see the changelog leading @@ -160,7 +146,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 @@ -175,15 +160,23 @@ details on how to install OpenBSD 3.2 on your machine:

+
+
@@ -213,7 +206,7 @@ at CD:/3.2/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
 

@@ -266,7 +259,7 @@

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

@@ -294,12 +287,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 @@ -325,13 +318,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. -

-

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

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

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