aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-10-28 02:59:51 +0000
committerXin LI <delphij@FreeBSD.org>2005-10-28 02:59:51 +0000
commit628f5eef34ca4e5033c0b28c92ae890e9714db18 (patch)
treed89478d8754e3abf74b9be400421994561dd432a /UPDATING
parente6d8fd44a4bb50f815103575677aee6ed1fffc7e (diff)
downloadsrc-628f5eef34ca4e5033c0b28c92ae890e9714db18.tar.gz
src-628f5eef34ca4e5033c0b28c92ae890e9714db18.zip
MFRELENG_6 1.416.2.4: Some changes to reflect 6.0-STABLE/RELEASE.
Approved by: re (scottl)
Notes
Notes: svn path=/releng/6.0/; revision=151781
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 11 insertions, 11 deletions
diff --git a/UPDATING b/UPDATING
index 70e276d3fccb..3b161f1c11e3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -1,4 +1,4 @@
-Updating Information for FreeBSD current users
+Updating Information for FreeBSD STABLE users
This file is maintained and copyrighted by M. Warner Losh
<imp@village.org>. See end of file for further details. For commonly
@@ -228,6 +228,9 @@ COMMON ITEMS:
prefix all make commands with 'env -i '. See the env(1) manual
page for more details.
+ Due to several updates to the build infrastructure, source
+ upgrades from versions prior to 5.3 no longer supported.
+
To build a kernel
-----------------
If you are updating from a prior version of FreeBSD (even one just
@@ -246,7 +249,7 @@ COMMON ITEMS:
To just build a kernel when you know that it won't mess you up
--------------------------------------------------------------
- This assumes you are already running a 5.X system. Replace
+ This assumes you are already running a 6.X system. Replace
${arch} with the architecture of your machine (e.g. "i386",
"alpha", "amd64", "ia64", "pc98", "sparc64", etc).
@@ -299,8 +302,8 @@ COMMON ITEMS:
<reboot>
- To upgrade in-place from 5.x-stable to current
- ----------------------------------------------
+ To upgrade in-place from 5.x-stable or higher to 6.x-stable
+ -----------------------------------------------------------
<make sure you have good level 0 dumps>
make buildworld [9]
make kernel KERNCONF=YOUR_KERNEL_HERE [8]
@@ -345,13 +348,10 @@ COMMON ITEMS:
[5] Usually this step is a noop. However, from time to time
you may need to do this if you get unknown user in the following
- step. It never hurts to do it all the time. You may need to
- install a new mergemaster (cd src/usr.sbin/mergemaster && make
- install) after the buildworld before this step if you last updated
- from current before 20020224 or from -stable before 20020408.
+ step. It never hurts to do it all the time.
- [8] In order to have a kernel that can run the 4.x binaries
- needed to do an installworld, you must include the COMPAT_FREEBSD4
+ [8] In order to have a kernel that can run the 5.x binaries
+ needed to do an installworld, you must include the COMPAT_FREEBSD5
option in your kernel. Failure to do so may leave you with a system
that is hard to boot to recover.
@@ -371,7 +371,7 @@ COMMON ITEMS:
FORMAT:
This file contains a list, in reverse chronological order, of major
-breakages in tracking -current. Not all things will be listed here,
+breakages in tracking -STABLE. Not all things will be listed here,
and it only starts on October 16, 2004. Updating files can found in
previous releases if your system is older than this.