From owner-freebsd-questions@FreeBSD.ORG Wed Nov 9 21:52:37 2005 Return-Path: X-Original-To: freebsd-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 2439416A41F for ; Wed, 9 Nov 2005 21:52:37 +0000 (GMT) (envelope-from bc979@lafn.org) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C299743D45 for ; Wed, 9 Nov 2005 21:52:36 +0000 (GMT) (envelope-from bc979@lafn.org) Received: from [10.0.1.3] (pool-71-109-244-179.lsanca.dsl-w.verizon.net [71.109.244.179]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id jA9LqVbS008800 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Wed, 9 Nov 2005 13:52:35 -0800 (PST) (envelope-from bc979@lafn.org) In-Reply-To: <436F0BE8.5080309@xs4all.nl> References: <436EF109.2010706@xs4all.nl> <245F198F-4E74-48F4-9DC2-550B7AFEAA3E@lafn.org> <436F0BE8.5080309@xs4all.nl> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Doug Hardie Date: Wed, 9 Nov 2005 13:52:30 -0800 To: Hans Nieser X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: ClamAV 0.86.2/1166/Mon Nov 7 11:01:45 2005 on zoot.lafn.org X-Virus-Status: Clean Cc: freebsd-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: Wed, 09 Nov 2005 21:52:37 -0000 On Nov 7, 2005, at 00:10, Hans Nieser wrote: > 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. > > I think you can still use the buildkernel and installkernel targets > for that purpose, they are still mentioned in the Makefile at least. I verified that is correct. Thanks. I was able to build multiple kernels successfully without having to install them all.