Michael W. Holdeman a écrit :
> Boot message says can't find /System.map, probably because System.map is 
> in /boot. What is this about? Anyone else?
> 
> Mike

Copy your System.map to /.

If you have separate /boot and /usr partitions, the System.map file is
searched in /.


[quote from /sbin/modules-update]

        for cfg in /lib/modules/${KV}/build /usr/src/linux-${KV} \
                   /boot /usr/src/linux ""
        do
                cfg="${cfg}/System.map"
                [[ -f ${cfg} ]] && break
        done

[/quote]
-- 
[email protected] mailing list

Reply via email to