Gentoo Archives: gentoo-user

From: Fabrice Delliaux <netfab@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /System.map???
Date: Sun, 30 Jul 2006 11:46:26
Message-Id: 44CC9B67.8040103@gmail.com
In Reply to: [gentoo-user] /System.map??? by "Michael W. Holdeman"
1 Michael W. Holdeman a écrit :
2 > Boot message says can't find /System.map, probably because System.map is
3 > in /boot. What is this about? Anyone else?
4 >
5 > Mike
6
7 Copy your System.map to /.
8
9 If you have separate /boot and /usr partitions, the System.map file is
10 searched in /.
11
12
13 [quote from /sbin/modules-update]
14
15 for cfg in /lib/modules/${KV}/build /usr/src/linux-${KV} \
16 /boot /usr/src/linux ""
17 do
18 cfg="${cfg}/System.map"
19 [[ -f ${cfg} ]] && break
20 done
21
22 [/quote]
23 --
24 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] /System.map??? "Michael W. Holdeman" <lists@××××.org>
Re: [gentoo-user] /System.map??? Norberto Bensa <nbensa@×××.net>