> I *think* the correct way is to make your _own_, almost empty kernel > config, and include (say, `GENERIC'.) then override settings in your own > config. I've done it, but somehow it feels more hazy than plain > modifying GENERIC
Even easier: the stock GENERIC config contains the conditional include
# Pull in optional local configuration
cinclude "arch/amd64/conf/GENERIC.local"
So just create a GENERIC.local file with your tweaks to build
an "almost-GENERIC" kernel.
Martin Neitzel
