Well, It produced an rpm, but for i386 instead of i686 and also a src.rpm. I installed it but it gave a "grubby" error and when I rebooted the system hung trying to find boot info.
So I started over, went through the instructions I had gathered and installed the resulting rpm with # rpm -ivh kernel-blah.rpm
It installed with no errors, but when I reboot there is only the option for the two default kernels already there. I think I saw what to do when a kernel install doesn't update your grub configuration, so I will have to look into that.
edit: Well that was easy enough just did:
Now I would just like to have it compiled for i686 instead of i386. running
So I started over, went through the instructions I had gathered and installed the resulting rpm with # rpm -ivh kernel-blah.rpm
It installed with no errors, but when I reboot there is only the option for the two default kernels already there. I think I saw what to do when a kernel install doesn't update your grub configuration, so I will have to look into that.
edit: Well that was easy enough just did:
and added the info (copying the existing entries) to /boot/grub/grub.conf# mkinitrd /boot/initrd-2.6.13-DeadGatewayDetection.img 2.6.13-DeadGatewayDetection
Now I would just like to have it compiled for i686 instead of i386. running
on the src.rpm created with the kernel rpm.rpmbuid --rebuild --target=i686 kernel-2.6.13DeadGatewayDetection-1.src.rpm
