From owner-freebsd-questions Tue Jun 24 01:15:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA02194 for questions-outgoing; Tue, 24 Jun 1997 01:15:42 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA02177 for ; Tue, 24 Jun 1997 01:15:36 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id LAA08954; Tue, 24 Jun 1997 11:14:34 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma008949; Tue Jun 24 11:14:16 1997 Message-ID: <33AF819B.C44@barcode.co.il> Date: Tue, 24 Jun 1997 11:13:15 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Elton Chiu CC: freebsd-questions@FreeBSD.ORG Subject: Re: Best way to upgrade to 2.2.2 from 2.2.1 References: <2.2.32.19970623162028.002d8ac8@aurora.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Elton Chiu wrote: > > I have just received the Release 2.2.2 CD from the mail. I have tried the > upgrade option from the sysinstall and found it a little confusing. Could > anyone please advise me whether there are any better ways to upgrade with > the CD? If the sysinstall is the only way, what are the proper steps? I > don't want to reinstall the OS, however. > > Any help will be greatly appreciated. > > Thanks, > Elton. > > ====================== > Use UNIX - You next. > ====================== The other way is to upgrade the source tree and make world, but I find sysinstall easier most of the time. What you need to do is: 1. Backup /etc 2. Boot the installation disk for 2.2.2 and choose the upgrade option. Be careful to select the same distributions as you did for the first installations, or some of the old versions will be retained. 3. When sysinstall is finished it will let you merge your old /etc files. Simply diff new and old versions to find out what have changed. 4. Reboot, and be happy. Hope this helps, Nadav