From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 15:58:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B7B16A4B3 for ; Thu, 23 Oct 2003 15:58:47 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DD143FB1 for ; Thu, 23 Oct 2003 15:58:46 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-171.75.71.10.dial1.weehawken.level3.net ([171.75.71.10] helo=earthlink.net) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1ACoPl-00048L-00; Thu, 23 Oct 2003 15:58:45 -0700 Message-ID: <3F985DD2.8050801@earthlink.net> Date: Thu, 23 Oct 2003 19:01:38 -0400 From: "Robert H. Perry" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4.1) Gecko/20031018 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ryan Thompson References: <20031023163513.Q55711-100000@ren.sasknow.com> In-Reply-To: <20031023163513.Q55711-100000@ren.sasknow.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD-Questions Subject: Re: Upgrading the kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 22:58:47 -0000 Ryan Thompson wrote: >Robert H. Perry wrote to Ryan Thompson: > > > >>>In your scenario, yes, you'll definitely want to build a new kernel. >>>In fact, I hope you elected to go with the security branch >>>(RELENG_4_8), so that you get the 13 or so security related fixes >>>that have been applied since 4.8 was released. >>> >>> >>Hadn't intended to, but now I'll have to consider it. This is my >>first upgrade and I was sticking with the basics. >> >> > >Yep. If you're upgrading from source anyway, upgrading to RELENG_4_8 is >no harder than -RELEASE. > > > >>>If not, then it defaults to GENERIC. In your case, though, again, >>>you shouldn't have any problems building from your custom conf. >>> >>> >>Just to clarify then, is the following OK: >> >># cd /usr/src >># make buildkernel KERNCONF=CUSTOM >># make installkernel KERNCONF=CUSTOM >> >>CUSTOM is the name of my kernel config file. >> >> > >Yes. For the full how-to, follow the instructions in: >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > >- Ryan > > > Ryan, Thanks for your time and assistance. Bob