On Fri, Dec 02, 2005 at 09:06:22AM -0800, othermark wrote: > > It used to be I could set > > NO_MODULES=true > > and > > MODULES_OVERRIDE="linux linprocfs" > > in /etc/make.conf and have only those two modules built/installed with > buildkernel/installkernel. > > This doesn't seem to work any more. Is there a new way to only build select > modules? > NO_MODULES means "no modules". If you want only a subset of them, just use the MODULES_OVERRIDE. Also make sure you don't set ALL_MODULES, as this will nullify the effect of override (it's normally only set for LINT builds). Cheers, -- Ruslan Ermilov ru_at_FreeBSD.org FreeBSD committer
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:48 UTC