From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 12:28:23 2005 Return-Path: X-Original-To: questions@freebsd.org 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 180E316A41F for ; Mon, 7 Nov 2005 12:28:23 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A352543D49 for ; Mon, 7 Nov 2005 12:28:22 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id m22so287054nzf for ; Mon, 07 Nov 2005 04:28:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=giaZx4C4sig9OP3y6911R0585XFv3iQx+K/VQkWehWh/K88g4W5rhmI92RWzK2CQeJGBK4+oNyOUBE+rFeF3/nxdQM7kMdi/bAlz8C45w3Bg3xiqUVhJwSGLevWWrSqY9gXKsiXexEHmS894xQWYdxkslbcOUz8h4eVqPZJLHuo= Received: by 10.37.15.59 with SMTP id s59mr424792nzi; Mon, 07 Nov 2005 04:28:20 -0800 (PST) Received: by 10.37.20.33 with HTTP; Mon, 7 Nov 2005 04:28:20 -0800 (PST) Message-ID: Date: Mon, 7 Nov 2005 15:28:20 +0300 From: "Andrew P." To: Doug Hardie In-Reply-To: <245F198F-4E74-48F4-9DC2-550B7AFEAA3E@lafn.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <436EF109.2010706@xs4all.nl> <245F198F-4E74-48F4-9DC2-550B7AFEAA3E@lafn.org> Cc: questions@freebsd.org Subject: Re: Upgrade from 5.3 to 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 12:28:23 -0000 On 11/7/05, Doug Hardie wrote: > > On Nov 6, 2005, at 22:15, Hans Nieser wrote: > > > Doug Hardie wrote: > >> I am in the midst of upgrading via source from 5.3 to 6.0. All > >> is going fine, but the instructions in UPDATING do not include a > >> make installkernel command. I know that needs to be done > >> somewhere. I suspect between the buildkernel and the reboot. > > > > I think it says "make kernel ...", which apparently does both > > I see that now. But, then how do you build multiple kernels? I > maintain all source on one system and build all the kernels there. I > don't want to install them as they won't work. Also, I don't want to > build them on the production machines, just install them. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Put this into /etc/make.conf: KERNCONF=3D ... make kernel will build all kernels and install the first one.