actually i have

just got it from a reply on the fedora-devel-list.
Here is sopme official documentation but i find that incomplete:
http://docs.fedoraproject.org/releas...sn-Kernel.html
The thing that one reply suggests is doing:
Quote:
It depends on what you want to do. Your question seemed to be: How do I
get "rpmbuild -ba kernel-2.6.spec" to produce kernel rpms. The answer
is:
rpmbuild -ba --target $(uname -m) kernel-2.6.spec
I should have made it clearer in my original reply that the
"--target...." was the only thing you needed to get from that page.
If you want to make modifications to the kernel spec file, then the rest
of that page becomes relevant.
|
where "that page" is your howto for the kernel compilation.
I think the best thing you can do is extract the rpm, than extract the kernel source than edit the kernel to your own wishes (make menuconfig) than save it and make the compressed archive again. than you can do:
rpmbuild -ba --target $(uname -m) kernel-2.6.spec
to make the kernel but be aware that some patches might overwrite your changes.
hope this helps
Recent comments
1 day 5 hours ago
1 day 10 hours ago
1 day 15 hours ago
1 day 16 hours ago
2 days 7 hours ago
2 days 7 hours ago
2 days 12 hours ago
2 days 18 hours ago
2 days 19 hours ago
2 days 20 hours ago