I have recently installed RHEL 6.0 GA.<br>I want to find out what are the modules get loaded  from initramfs image in RHEL 6.<br><br>Upto RHEL 5, we can directly see "insmod" and "modprobe" calls and their sequences in "init" file from initrd.img. <br>
<br>But now, in RHEL 6, initramfs  doesn't have direct calls to "insmod" or "modprobe" inside init file. I walked through init script and also "grep"ed  complete initramfs for insmod/modprobe, got very few of the module names then actual loaded modules.<br>
<br>I even tried searching in /etc/rcX....., /etc/modprobe.d, etc.etc. <br><br>Can anybody tell me what is the driver load order in RHEL 6 and how can I find it out?<br><br>