Harry Putnam wrote:
A full on genkernel build seems to be the quickest way to get a working
kernel.  That done, I'm now plodding along with build after build
trying to discover what it is the genkernel has that my pared down
versions do not.
Another good starting point for a working kernel configuration would be the currently running kernel.
zcat /proc/config.gz >/usr/src/linux/.config
The catch is that the currently running kernel has to have been compiled with the option to show its configuration.


Reply via email to