install the src.rpm do an rpmbuild -bp cd to /usr/src/redhat/BUILD/kernel-<vers>/linux-<vers>/ make menuconfig
to create the custom .config. At this point, how do I fold the .config that I generate back in so I can simply say 'rpmbuild -ba' and have it generate the kernel rpms with my mods?
Thanks!
