Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2005 07:13:07 +0200
From:      Alex de Kruijff <freebsd@akruijff.dds.nl>
To:        Josh Paetzel <josh@tcbug.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Upgrading from 5.3-RELEASE-p5 to p6
Message-ID:  <20050329051307.GA760@Alex.lan>
In-Reply-To: <200503281646.32042.josh@tcbug.org>
References:  <200503281646.32042.josh@tcbug.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 28, 2005 at 04:46:31PM -0600, Josh Paetzel wrote:
> I just upgraded a test machine from 5.3-RELEASE-p5 to 5.3-RELEASE-p6.  
> The make buildworld went fine.  When I tried to make buildkernel it 
> kept saying that: kernel build for GENERIC complete on xx.xx.xx time
> 
> I tried using the "old" way of bulding a kernel and that went without 
> issue.  I'm bringing this up to see if it's a "bug" or if it's just 
> something dorked up on my end.

I don't see anything wrong, here. What did you do?
What did you expect? What did you get?

The basic way would be:
cd /usr/src/
make buildworld
make buildkernel KERNCONF=MYKERNEL
make installkernel KERNCONF=MYKERNEL
make installworld

The exact procedure can be found in the handbook:
www.freebsd.org/handbook/

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/



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