Displaying 1 result from an estimated 1 matches for "buildrpmtree".
2006 Aug 17
1
How to enable pciback.hide in standard xen 3.0.2 kernels
...ompile different kernel modules (e.g. avm fritzcard).
What I did (Hardware x86, PIII)
I downloaded the latest fedora core 6t2 src.rpm kernel-packages and tried to rebuild but was unsecure [e.g. marked with (?)] about the correct kernel-xen options.
Then I would do the following:
-install fedora-buildrpmtree
-install kernel-2.6.17-1.2564.fc6.src.rpm
-switching to non root user:
-rpmbuild -bp --target i686 ~/rpmbuild/SPECS/kernel-2.6.spec
-cd ~/rpmbuild/BUILD/kernel-2.6.17/linux-2.6.17.i686/
-make mrproper
-cp ~/rpmbuild/SOURCES/kernel-2.6.17-i686.config .config
-make oldconfig
-cd ~/rpmbuild/BUILD/kern...