On 03/26/2012 04:45 PM, admin lewis wrote:
Anyone know if there is a kernel autoconfigure tool to compile from source ? thanks luigi
What are you trying to accomplish.
If you install the SRPM, the go the the SPEC directory, you can run the command:
rpmbuild -bp kernel.spec
Then you can go to the BUILD/<version>/ directory, copy the config file you want to modify there, and run the command:
make menuconfig
Then you can change whatever settings you want and go from there.
Here is how to build a custom kernel:
http://wiki.centos.org/HowTos/Custom_Kernel
The real question is ... what are you trying to accomplish?