Jul 06, 2009 11:32
Some good commands:
mkinitrd --with=scsi_mod /boot/initrd-`uname -r`.img `uname -r`
compile additional modules into initrd image (use more with statements for additional modules)
zcat /boot/initrd*.img | cpio -itv
to list modules in initrd
use modprobe instead of insmod and rmmod because it loads dependendencies
and yum whatprovides