| Summary: | Custom kernel rebuilds all devices not the one's selected | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Steven Hartland & <killing> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.0-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Steven Hartland &
2003-01-21 00:40:00 UTC
What you are seeing is the modules being compiled. What you probably want is to include: NO_MODULES=true MODULES_OVERIDE=<modules you *do* want built> in /etc/make.conf Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 Nooo when migrating my 4.7 config file I missed out
makeoptions MODULES_OVERRIDE="linux"
from the config now don't I feel stupid. Sorry to trouble you.
Steve
----- Original Message -----
From: "Mike Makonnen" <mtm@identd.net>
To: <killing@multiplay.co.uk>
Cc: <FreeBSD-gnats-submit@FreeBSD.ORG>
Sent: 21 January 2003 01:22
Subject: Re: kern/47278: Custom kernel rebuilds all devices not the one's selected
================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it.
In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137
or return the E.mail to postmaster@multiplay.co.uk.
State Changed From-To: open->closed Submitter forgot an option. |