Hey FOlks !!
I found and read the Void Main how-to on building a new Kernel but I have a question or two I could use some help with.
I have a box I want to make into a firewall and vpn server.
I do not want to build on that box so I want to make my kernel on another box as an rpm. I also wan to be able to do this for some customers who are upgrading stuff and have a "spare" box thats good for a firewall but not for new windows and Microsoft stuff.
so I have the full Fedora 3 installed on a workstation with all the updates and the sourses I need for the kernel etc....
thats good so far...
two things / maby one really...
I want to add a kernel patch to the build so that I can run rpmbuild {blah}
and get a nice binary rpm with the patch added.
how?
I tried and missed somethig cause it just untarred the stock kernel and re-patched it with the stock patch set ....
I tried make rpm and that built an rpm but it was a huge file of about 75 megs!!!
so how do I add my small patch to the spec so that it patches it into the sorce and builds an rpm of the right size??
by the way it's a patch for vpn / ppp to add mppe and mppc that are needed for windows clients to use pptp with decent levels of compression and security.
the patch is a .patch file I can add by hand afer running rpmbuild -bp {blah}
when I tried to add it to the spec file it crashed the patch / prep stage of rpmbuild.
if you need more details I'll fill them in....
thanks for any help on this!


