Results 1 to 2 of 2
When building an initrd image, it is common to preload modules by simple names like scsi_mod. how does initrd convert that alias, scsi_mod, into an absolute system path, i.e. /lib/modules/<kernel-name>/kernel/drivers/scsi/mod_scsi.ko ...
- 06-29-2006 #1Linux Newbie
- Join Date
- Dec 2004
- Location
- Portland, OR
- Posts
- 123
Howd does Initrd resolve module aliases?
When building an initrd image, it is common to preload modules by simple names like scsi_mod. how does initrd convert that alias, scsi_mod, into an absolute system path, i.e. /lib/modules/<kernel-name>/kernel/drivers/scsi/mod_scsi.ko that it can then load?
if the alias is taken from the build environment, then initrd gets the wrong path, i.e. the path to the CURRENT scsi_mod.ko module.
- 06-29-2006 #2
I have not a Linux at this moment, but try to look into /etc/modules.conf
Best regards


Reply With Quote
