"Andrej Borsenkow" <[EMAIL PROTECTED]> writes:

> It happened to me after update to 2.4.1-8mdk which did not update
> /boot/System.map link, was still pointing to -> 2.4.1-4mdk. May be the problem
> here as well.

/etc/rc.sysinit :

# Adjust symlinks as necessary in /boot to keep system services from
# spewing messages about mismatched System maps and so on.
if [ -L /boot/System.map -a -r /boot/System.map-`uname -r` ] ; then
        ln -sf System.map-`uname -r` /boot/System.map 2>/dev/null
fi
if [ ! -e /boot/System.map -a -r /boot/System.map-`uname -r` ] ; then
        ln -sf System.map-`uname -r` /boot/System.map 2>/dev/null
fi


it does it at boot.

-- 
MandrakeSoft Inc                     http://www.chmouel.org
                      --Chmouel

Reply via email to