Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 07:20:12 -0800 (PST)
From:      Eric Masson <e-masson@kisoft-services.com>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/62109: Documentation change request
Message-ID:  <200401301520.i0UFKC13073171@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/62109; it has been noted by GNATS.

From: Eric Masson <e-masson@kisoft-services.com>
To: freebsd-gnats-submit@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@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>
  
 
 --=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401301520.i0UFKC13073171>