Bugzilla – Bug 118554
mkinitrd fails when no System.map is found
Last modified: 2005-12-05 14:57:03 UTC
The recent mkinitrd requires System.map (or the one with the version suffix) on /boot. If not exists, however, it still creats initrd file which is unusable because of lack of modules.dep. mkinitrd should check the existence of System.map and doesn't pass -F option if not there, or completely fail. Better would be to have another option to specify System.map explicitly like -k or -i.
Added a switch '-M' to mkinitrd to specify a System.map file to use. Abort if no useable file has been found.
Created attachment 59829 [details] mkinitrd New /sbin/mkinitrd.
Will be submitting the new mkinitrd for the next Alpha release.