Provide instructions for upgrading 3.X -> 4.X from source.

PR:		docs/31695
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
This commit is contained in:
Murray Stokely 2001-11-05 08:41:26 +00:00
parent 2ede66105d
commit 6bf03d1f93
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11132

View file

@ -2229,6 +2229,14 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
<ulink
URL="ftp://releng4.FreeBSD.org/">ftp://releng4.FreeBSD.org/</ulink>.</para>
<para>Because of the many changes between 3.X and 4-STABLE,
a direct upgrade from source will probably fail. A source
upgrade can be done, but only in stages. First, upgrade
to the latest 3-STABLE (<literal>RELENG_3</literal>).
Then upgrade to 4.1.1-RELEASE
(<literal>RELENG_4_1_1_RELEASE</literal>). Finally,
upgrade to 4-STABLE (<literal>RELENG_4</literal>).</para>
<para>If you wish to upgrade using source, please see the <ulink
URL="../handbook/cutting-edge.html">FreeBSD
Handbook</ulink> for more information.</para>