=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/32.html,v retrieving revision 1.48 retrieving revision 1.49 diff -c -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,26 **** - -

OpenBSD --- 7,13 ---- *************** *** 60,66 ****

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 --- 47,52 ---- *************** *** 160,166 ****

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 --- 146,151 ---- *************** *** 175,189 **** details on how to install OpenBSD 3.2 on your machine:

    !
  • CD1:3.2/i386/INSTALL.i386 !
  • CD1:3.2/alpha/INSTALL.alpha

    !

  • CD2:3.2/macppc/INSTALL.macppc !
  • CD2:3.2/vax/INSTALL.vax

    !

  • CD3:3.2/sparc/INSTALL.sparc !
  • CD3:3.2/sparc64/INSTALL.sparc64

--- 160,182 ---- details on how to install OpenBSD 3.2 on your machine:

+
+
*************** *** 213,219 **** 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
  

--- 206,212 ---- 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
  

*************** *** 266,272 ****

  > boot floppy
  or
! > boot fd()
  

--- 259,265 ----

  > boot floppy
  or
! > boot fd()
  

*************** *** 294,305 ****

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

!
!

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 --- 287,298 ----

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

!
+
+

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,337 ****

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

-

--- 318,328 ----

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 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,384 **** like:

! # 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 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. --- 359,375 ---- like:

! # 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 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.