From owner-freebsd-questions@FreeBSD.ORG Wed Aug 16 22:03:12 2006 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 81BAD16A4DE for ; Wed, 16 Aug 2006 22:03:12 +0000 (UTC) (envelope-from danger@rulez.sk) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1446043D49 for ; Wed, 16 Aug 2006 22:03:11 +0000 (GMT) (envelope-from danger@rulez.sk) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 2740E10E5DA; Thu, 17 Aug 2006 00:03:04 +0200 (CEST) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66fz1487rD7o; Thu, 17 Aug 2006 00:03:03 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 0F98C10E51A; Thu, 17 Aug 2006 00:03:03 +0200 (CEST) Date: Thu, 17 Aug 2006 00:02:57 +0200 From: Daniel Gerzo X-Mailer: The Bat! (v3.62.14) Professional X-Priority: 3 (Normal) Message-ID: <215108764.20060817000257@rulez.sk> To: "Lawrence Bowie" In-Reply-To: <20060816201815.M15773@ldb-jab.org> References: <20060816201815.M15773@ldb-jab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Compiling Kernel Modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2006 22:03:12 -0000 Hello Lawrence, Wednesday, August 16, 2006, 10:21:27 PM, you wrote: > I hope this is the correct list for this question but .. > I am trying NOT to compile certain modules when I create > my own custom kernel. I thought /etc/make.conf with the > directive WITHOUT_MODULES did what I was expecting but > it does not. Actually, WITHOUT_MODULES is a list of modules you want to exclude from the build. You are looking for MODULES_OVERRIDE directive. Please refer to the make.conf(5) manual page. > So, how do I leave out certain modules when custom > compile a new kernel? > Thanks .. -- Best regards, Daniel mailto:danger@rulez.sk