I am configuring the
/etc/mkinitrd/modules to allow the kernel to load only minimal modules at boot time. How do I know as to which modules the kernel
needs at boot time.
Here is a trick : I can boot up with kernel X , Now I am preparing one Xen patched kernel Y for which I need to create the initrd image.
by knowing the sequence of modules loaded by X at boot time .. I can include the same ones in the /etc/mkinitrd/modules file for generating
image for Y ; Any way(tool) to know which modules constitute the initrd image of X ?? or Any more sophisticated way ??
Thanks & regards,
Onkar Mahajan