From owner-freebsd-stable@FreeBSD.ORG Tue Sep 26 10:23:52 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3090C16A4D4 for ; Tue, 26 Sep 2006 10:23:52 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C86243D92 for ; Tue, 26 Sep 2006 10:23:50 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1GSA6P-0001U3-IZ for freebsd-stable@freebsd.org; Tue, 26 Sep 2006 11:23:49 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1GSA6P-0004fB-EZ for freebsd-stable@freebsd.org; Tue, 26 Sep 2006 11:23:49 +0100 To: freebsd-stable@freebsd.org Message-Id: From: Pete French Date: Tue, 26 Sep 2006 11:23:49 +0100 Subject: Building a kernel with config ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2006 10:23:52 -0000 > On Mon, 25 Sep 2006 11:34:42 -0700, "Kevin Oberman" wrote: > >2. Building a kernel with config is not officially supported. It's at > your risk and may not work in all cases. Build a kernel with: > cd /usr/src > make buildkernel I was not aware that you wern't supposed to use config anymore - and I am not convinced that the suggested alternative is actually a replacement as I thought that buildkernel required you to have built the world first ? Is this no longer true ? If it *is* true thhen what is the alternative to using 'config' which should be used if you are on a system where you do not have the time or the disc space to rebuild the world and simply want to recompile the kernel ? -pete.