Gentoo Archives: gentoo-user

From: Elmar Hinz <oss.elmar@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel questions
Date: Thu, 19 Aug 2010 20:53:44
Message-Id: AANLkTim7CE615qj+by20duHGXhPwCb8JyU7G4t9Lpp6h@mail.gmail.com
In Reply to: Re: [gentoo-user] Kernel questions by Florian Philipp
1 >
2 > With new enough kernel sources (gentoo-sources in stable are good
3 > enough), there is `make localmodconfig` which removes all mods from your
4 > current .config which are not loaded.
5 > There is also `make localyesconfig` which does the same but doesn't
6 > create modules.
7 >
8 > Hope this helps,
9
10 Yes. Sounds good. I will do some experiments with it and maybe fresh
11 up some wiki pages.
12
13 Can you combine it with genkernel?
14
15 genkernel --localmodconfig all ?
16
17 Al