I'm following the Building a Custom Kernel guide from the wiki,
http://fedoraproject.org/wiki/Building_a_custom_kernel for FC14.
Even though I specify rpmbuild --target=i686 the build process picks out the PAE version. This has been tripping me up because I have been patching the kernel with Spock's fbcondecor patch which requires post .config changes to support console decorations.
I'm not familiar enough with rpmbuild and SPECS to troubleshoot at this stage so some pointers would be greatly appreciated regarding suitable guides which will give me an understanding of how rpmbuild does things.
Previously I've done kernel recompiles under Gentoo and Debian/Ubuntu but have a need to use Fedora, I miss my console decorations :-) I'm hoping I can get some of the rpm packages from
http://home.arcor.de/helmut.schlattl/gensplash/ to help get his setup!