From owner-freebsd-questions@FreeBSD.ORG Thu Feb 28 17:23:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C9361065679 for ; Thu, 28 Feb 2008 17:23:25 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 2E6908FC2A for ; Thu, 28 Feb 2008 17:23:25 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (p54A7BED2.dip.t-dialin.net [84.167.190.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id DF4314058A7; Thu, 28 Feb 2008 18:23:23 +0100 (CET) Message-ID: <47C6EE06.4010403@bsdforen.de> Date: Thu, 28 Feb 2008 18:23:18 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20080205) MIME-Version: 1.0 To: "B. Cook" References: <0AAFAC92-CF83-42CC-A148-FB24261A4556@poughkeepsieschools.org> In-Reply-To: <0AAFAC92-CF83-42CC-A148-FB24261A4556@poughkeepsieschools.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading to 7 from 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 17:23:25 -0000 B. Cook wrote: > Hello All, > > I was going to try and update a box from 6.3 to 7 via buildworld all 32 > bit, nothing 64. > > Assuming it should be done like this: > > make buildworld > make buildkernel > mergemaster -p > make installkernel > (reboot) > (startup on 7 kernel) > make installworld > mergemaster (do full mergemaster) > make installworld > (reboot) > > (make sure all is working in 7 then do it all again; just to be sure) > make buildworld > make buildkernel > make installkernel > make installworld > > > Sound about right? or too redundant? > > Thanks in advance. The doing it all again part might bring some very slight performance improvements due to the compiler change.