Add a warning about trying to upgrade the kernel separatly from the userland.

PR:		25844
Submitted by:	Brooks Davis <brooks@one-eyed-alien.net>
Approved by:	nik
This commit is contained in:
Dima Dorfman 2001-03-17 01:58:42 +00:00
parent 57f0346807
commit e9ba556bc6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9024
2 changed files with 24 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.58 2000/11/29 17:50:57 eivind Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.59 2001/01/03 13:23:22 kevlo Exp $
-->
<chapter id="cutting-edge">
@ -402,6 +402,17 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
CVS</link>, <link linkend="cvsup">CVSup</link>, and <link
linkend="ctm">CTM</link>.</para>
<warning>
<para>While it is possible to update only parts of your source tree,
the only supported update procedure is to update the entire tree
and recompile both userland (i.e., all the programs that run in
user space, such as those in <filename>/bin</filename> and
<filename>/sbin</filename>) and kernel sources. Updating only part
of your source tree, only the kernel, or only userland will often
result in problems. These problems may range from compile errors
to kernel panics or data corruption.</para>
</warning>
<para><application>Anonymous CVS</application> and
<application>CVSup</application> use the <emphasis>pull</emphasis>
model of updating sources. In the case of

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.58 2000/11/29 17:50:57 eivind Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.59 2001/01/03 13:23:22 kevlo Exp $
-->
<chapter id="cutting-edge">
@ -402,6 +402,17 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
CVS</link>, <link linkend="cvsup">CVSup</link>, and <link
linkend="ctm">CTM</link>.</para>
<warning>
<para>While it is possible to update only parts of your source tree,
the only supported update procedure is to update the entire tree
and recompile both userland (i.e., all the programs that run in
user space, such as those in <filename>/bin</filename> and
<filename>/sbin</filename>) and kernel sources. Updating only part
of your source tree, only the kernel, or only userland will often
result in problems. These problems may range from compile errors
to kernel panics or data corruption.</para>
</warning>
<para><application>Anonymous CVS</application> and
<application>CVSup</application> use the <emphasis>pull</emphasis>
model of updating sources. In the case of