From: Fabrice Delliaux <netfab@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] /System.map???
Date: Sun, 30 Jul 2006 14:15:44 +0200 [thread overview]
Message-ID: <44CCA2F0.9080301@gmail.com> (raw)
In-Reply-To: <200607300818.50351.lists@ptfd.org>
Michael W. Holdeman a écrit :
> Is this new, don't remember ever doing it before..
Yes.
With older baselayout [1], the System.map file wasn't required :
[code]
if [ -f /usr/src/linux/System.map ]; then
depmod -a -F /usr/src/linux/System.map ${KV}
else
depmod -a ${KV}
fi
[/code]
One day, the code evolved to :
[code]
if [ -f /usr/src/linux/System.map ]; then
depmod -a -F /usr/src/linux/System.map ${KV}
else
ewarn "System.map not found - unable to check symbols"
fi
[/code]
So, developpers decided to search the System.map file in different
paths, but if your /boot and /usr directories are mounted on partitions,
you must copy the file in /, because modules-update is ran before
mounting partitions.
[1] - http://forums.gentoo.org/viewtopic-p-3038067.html#3038067
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-07-30 12:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-30 11:42 [gentoo-user] /System.map??? Michael W. Holdeman
2006-07-30 11:43 ` Fabrice Delliaux
2006-07-30 12:18 ` Michael W. Holdeman
2006-07-30 12:15 ` Fabrice Delliaux [this message]
2006-07-30 16:30 ` Norberto Bensa
2006-07-30 17:24 ` Fabrice Delliaux
2006-07-31 0:37 ` Dale
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44CCA2F0.9080301@gmail.com \
--to=netfab@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox