=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/stable.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- www/stable.html 2019/04/24 04:00:40 1.68 +++ www/stable.html 2019/05/27 22:55:26 1.69 @@ -1,29 +1,28 @@ - - - + + + + OpenBSD: -stable - - - - - - -

+

-OpenBSD --stable +OpenBSD +-stable

+
-

What is the -stable branch?

+

The -stable branch is one of OpenBSD's three flavors. It consists of the release and errata patches. @@ -37,6 +36,7 @@ merged. +

This page describes how to follow the -stable branch via CVS and building from source. If you're running the -release branch on amd64, i386, or arm64, you can also @@ -46,6 +46,7 @@

Getting -stable source code

+

To obtain the -stable tree for a particular release of OpenBSD, you can update on top of a pre-existing source tree or you can check out a fresh source tree from @@ -58,6 +59,7 @@

Building OpenBSD -stable

+

Details on building OpenBSD from source are provided in steps 2 and 3 of the release(8) manual. There is also an FAQ on building the system. @@ -66,7 +68,8 @@

Rebuild the kernel and reboot

-Replace GENERIC.MP with GENERIC for +

+Replace GENERIC.MP with GENERIC for single-core processor systems.

@@ -77,8 +80,9 @@
 # reboot
 
+

If your system has trouble booting the new kernel, you can easily go back -and reboot from the old kernel, now called obsd. +and reboot from the old kernel, now called obsd.

Rebuild the userland

@@ -87,6 +91,3 @@ # cd /usr/src # make obj && make build - - -