http://serverfault.com/questions/27428/how-to-add-one-module-to-initrd-using-mkinitrd
http://www.mail-archive.com/fedora-package-announce@redhat.com/msg21104.html
Boot the new computer from the appropriate install CD/DVD.
/mnt/sysimage
Adjust the following AHCI driver example for your needs and your kernel:
chroot /mnt/sysimage cp /boot/initrd-2.26.27.24-78.2.53-fc9.x86_64.img /boot/initrd-2.26.27.24-78.2.53-fc9.x86_64.old mkinitrd --preload ahci -f /boot/initrd-2.26.27.24-78.2.53-fc9.x86_64.img 2.26.27.24-78.2.53-fc9.x86_64
Exit and reboot the system.