Displaying 1 result from an estimated 1 matches for "mycurrentcentoskernel".
2008 Mar 20
1
build custom kernel
Hi guys!
i followed tutorial for building custom kernel for centos5
http://howtoforge.com/kernel_compilation_centos with lastest kernel
downloaded from kernel.org .
in menuconfig i used /boot/config-(mycurrentcentoskernel) as a
configuration. then i compiled with make rpm.
Result was ok, but my kernel was about 400MB of size! :(
Next problem was that alltought i we had ip_nat as a module selected in
menuconfig, i did not had it, and i was not able to modprobe ip_nat , so my
iptables were not working.
I am looking f...