Re: Compiling Kernel Modules

2006-08-16 Thread Daniel Gerzo
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,
 Danielmailto:[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compiling Kernel Modules

2006-08-16 Thread LDB

Daniel Gerzo wrote:

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 ..





CRAP I read it wrong... Thanks Daniel ..

LDB
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]