Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Mar 2008 21:52:31 +0000
From:      Adam J Richardson <fatman@crackmonkey.us>
To:        The-IRC Hosting Administration Team <Ryan@The-IRC.Org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Upgrading from 6.2 to 7.0
Message-ID:  <47D30A9F.2050309@crackmonkey.us>
In-Reply-To: <08f801c88158$913c9170$b3b5b450$@Org>
References:  <47C8AB02.3000305@splitstreams.com>	<47D2ED98.5090406@crackmonkey.us> <08f801c88158$913c9170$b3b5b450$@Org>

next in thread | previous in thread | raw e-mail | index | archive | help
The-IRC Hosting Administration Team wrote:
> Just use a cvsup file like this and run it with cvsup -g -L 2 cvs-supfile
> *default host=cvsup4.us.FreeBSD.org
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs tag=RELENG_7
> *default delete
> *default compress
> *default use-rel-suffix
> src-all
> 
> After you've obtained the new sourcecode do the following.
> 
> `cd /usr/src'       (or to the directory containing your source tree).
> `make buildworld'
> `make buildkernel KERNCONF=YOUR_KERNEL_HERE'     (default is GENERIC).
> `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
> `reboot'        (in single user mode: boot -s from the loader prompt).
> `mergemaster -p'
> `make installworld'
> `mergemaster'
> `reboot'

Hi all,

I mentioned I'd report back. I followed the usual upgrade instructions 
provided above. Everything built and installed smoothly.

Before:
%uname -rims
FreeBSD 6.3-PRERELEASE i386 GENERIC

After:
%uname -rims
FreeBSD 7.0-STABLE i386 GENERIC

So all seems well. I won't mention ports here, I am just concerned with 
kernel and world for now.

That said... YMMV, #include <disclaimer.h>, etc

Regards,
Adam J Richardson




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