Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2002 08:53:59 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        "Defryn, Guy" <G.P.Defryn@massey.ac.nz>
Cc:        =?iso-8859-2?Q?'Aur=E9lien?= Nephtali' <aurelien.nephtali@wanadoo.fr>, "'questions@FreeBSD.ORG'" <questions@freebsd.org>
Subject:   Re: upgrading from CD
Message-ID:  <20020821065359.GD21595@freepuppy.bellavista.cz>
In-Reply-To: <98B01D2717B9D411B38F0008C7840931057F3B22@its-xchg2.massey.ac.nz>
References:  <98B01D2717B9D411B38F0008C7840931057F3B22@its-xchg2.massey.ac.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
> From: "Defryn, Guy" <G.P.Defryn@massey.ac.nz>
> To: 'Aurélien Nephtali' <aurelien.nephtali@wanadoo.fr>
> Cc: "'questions@FreeBSD.ORG'" <questions@freebsd.org>
> Subject: RE: upgrading from CD
> Date: Wed, 21 Aug 2002 10:43:34 +1200
> 
> Thanks,
> 
> Do you have to do anything else? I cannot find any other information
> on CD upgrades.

    most probably because just about everybody updates using cvsup (but
    i might be wrong).

> What is the preferred method? CVSUP or doing it from CD?

    no idea, but this is bound to be in the handbook. [later] hm, looks
    like it's not. then i'd say cvsup is the way to go. i've never done
    a binary upgrade, because upgrading from the source (using cvsup) is
    too easy:

    # cd /usr/src
    # rm -fr /usr/obj/*
    # make buildworld
    # make buildkernel KERNCONF=...
    # make installkernel KERNCONF=...
    # make installworld
    # shutdown -r now
    # mergemaster ...

> I assume they do the same thing(CVSUP is probably getting more recent
> files???)

    no. you'll get the sources with cvsup. unless you talk about
    updating /usr/src from the newer release cd's. 

-- 
FreeBSD 4.6-STABLE
8:40AM up 14:32, 7 users, load averages: 0.00, 0.00, 0.00

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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