From owner-freebsd-doc@FreeBSD.ORG Fri Jan 30 07:20:17 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA7316A4CF for ; Fri, 30 Jan 2004 07:20:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A002443D53 for ; Fri, 30 Jan 2004 07:20:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0UFKCFR073173 for ; Fri, 30 Jan 2004 07:20:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0UFKC13073171; Fri, 30 Jan 2004 07:20:12 -0800 (PST) (envelope-from gnats) Date: Fri, 30 Jan 2004 07:20:12 -0800 (PST) Message-Id: <200401301520.i0UFKC13073171@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Eric Masson Subject: Re: docs/62109: Documentation change request X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric Masson List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 15:20:17 -0000 The following reply was made to PR docs/62109; it has been noted by GNATS. From: Eric Masson 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. + The canonical way to update your system is the following : + + + + make buildworld + make buildkernel + make installkernel + reboot (in single user mode : boot -s from loader prompt) + mergemaster -p + make installworld + mergemaster + reboot + + + + Read further explanations + + 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. + + Read <filename>/usr/src/UPDATING</filename> --=-=-=--