docs/62109: Documentation change request
Eric Masson
e-masson at kisoft-services.com
Fri Jan 30 15:20:17 UTC 2004
The following reply was made to PR docs/62109; it has been noted by GNATS.
From: Eric Masson <e-masson at kisoft-services.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc:
Subject: Re: docs/62109: Documentation change request
Date: Fri, 30 Jan 2004 16:10:39 +0100
--=-=-=
New version of the diff after review by Thomas Pornin (pornin at nerim.net)
on news:fr.comp.os.bsd
--=-=-=
Content-Type: text/x-patch
Content-Disposition: inline; filename=chapter.diff
--- /usr/doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml.old Mon Dec 29 14:52:26 2003
+++ /usr/doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml Fri Jan 30 12:07:20 2004
@@ -587,6 +587,29 @@
asking for trouble.</para>
</warning>
+ <para>The canonical way to update your system is the following :
+ </para>
+
+ <itemizedlist>
+ <listitem><para>make buildworld</para></listitem>
+ <listitem><para>make buildkernel</para></listitem>
+ <listitem><para>make installkernel</para></listitem>
+ <listitem><para>reboot (in single user mode : boot -s from loader prompt)</para></listitem>
+ <listitem><para>mergemaster -p</para></listitem>
+ <listitem><para>make installworld</para></listitem>
+ <listitem><para>mergemaster</para></listitem>
+ <listitem><para>reboot</para></listitem>
+ </itemizedlist>
+
+ <warning>
+ <title>Read further explanations</title>
+
+ <para>The sequence described above is only a short resume to
+ help you getting started. You should however read the following
+ sections to clearly understand each step, especially if you want
+ to use a custom kernel configuration.</para>
+ </warning>
+
<sect2>
<title>Read <filename>/usr/src/UPDATING</filename></title>
--=-=-=--
More information about the freebsd-doc
mailing list