Hi there, I know how to make kernel rpm package, here's my mini howto: ---------------------------------------------------------------- rpm -ivh kernel-*.src.rpm rpmbuild -bp --target i686 /usr/src/redhat/SPECS/kernel-2.6.spec cd /usr/src/redhat/BUILD/kernel-2.6*/linux-* cp /lib/modules/$(uname -r)/build/.config make oldconfig make menuconfig make ARCH=i686 make rpm ---------------------------------------------------------------- But the problems are: * I have to make initrd manually * I have to edit grub.conf manually * I don't get kernel-2.6.xx-devel package One of the problems is that I can't make nvidia driver rpm package from Livna SRPM package for instance because the kernel-devel package couldn't be found then. Is there any way to get my kernel RPM packages as I get with my distro? I use FC4 full up2dated. Thanks, cheers! -- Igor Jagec _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list