Gentoo Archives: gentoo-user

From: Coert Waagmeester <lgroups@××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gentoo-sources menuconfig feature/weirdness
Date: Thu, 23 Feb 2012 08:52:58
Message-Id: 4F45FE1F.9070006@waagmeester.co.za
In Reply to: Re: [gentoo-user] gentoo-sources menuconfig feature/weirdness by Mick
1 On 02/23/2012 10:25 AM, Mick wrote:
2 > On Thursday 23 Feb 2012 08:10:56 Coert Waagmeester wrote:
3 >> Hello all,
4 >>
5 >> Usually on gentoo when gentoo-sources gets updated, updating the kernel
6 >> went as follows:
7 >>
8 >> eselect kernel set {new kernel}
9 >> cd /usr/src/linux
10 >> make menuconfig
11 >>
12 >> and then there was a totally clean config which I would then customize
13 >> for the specific setup.
14 >>
15 >> On one box I am currently running 3.1.6-gentoo
16 >> When I start make menuconfig for 3.2.1-gentoo-r2 it would appear as if
17 >> it got my current config from somewhere, eg local version.
18 >>
19 >> Is this a new feature?
20 >>
21 >> To make sure of this I unistalled all gentoo-sources pkgs, deleted
22 >> everything /usr/src/linux*
23 >> installed the latest gentoo-sources
24 >> yet it still seems to find the current config somewhere
25 >>
26 >> Anyway, just wondering,,
27 >>
28 >> Regards,
29 >> Coert
30 >
31 > Where does the /usr/src/linux symlink point to? Here's mine:
32 >
33 > $ ls -la /usr/src/
34 > total 20
35 > drwxr-xr-x 5 root root 4096 Feb 4 11:40 .
36 > drwxr-xr-x 13 root root 4096 Dec 27 09:01 ..
37 > -rw-r--r-- 1 root root 0 Dec 16 2010 .keep
38 > lrwxrwxrwx 1 root root 30 Feb 4 11:40 linux -> /usr/src/linux-3.2.1-
39 > gentoo-r2
40 > drwxr-xr-x 24 root root 4096 Oct 16 16:40 linux-2.6.39-gentoo-r3
41 > drwxr-xr-x 24 root root 4096 Dec 8 21:35 linux-3.0.6-gentoo
42 > drwxr-xr-x 24 root root 4096 Feb 18 13:31 linux-3.2.1-gentoo-r2
43
44
45 Here is mine:
46 # ls -l /usr/src/
47 total 4
48 lrwxrwxrwx 1 root root 21 Feb 23 10:02 linux -> linux-3.2.1-gentoo-r2
49 drwxr-xr-x 24 root root 4096 Feb 23 10:23 linux-3.2.1-gentoo-r2
50
51 and I made sure that its a completely clean install of gentoo-sources
52
53 The only thing I can currently think of is maybe the kernel config files
54 in /boot?
55 # ls -l /boot/
56 total 13760
57 -rw-r--r-- 1 root root 2336082 Jan 5 12:03 System.map-3.1.6-gentoo-cj-1
58 -rw-r--r-- 1 root root 2422336 Feb 23 10:23 System.map-3.2.1-gentoo-r2-cj-2
59 lrwxrwxrwx 1 root root 1 Jan 9 13:38 boot -> .
60 -rw-r--r-- 1 root root 68292 Jan 5 12:03 config-3.1.6-gentoo-cj-1
61 -rw-r--r-- 1 root root 70578 Feb 23 10:23 config-3.2.1-gentoo-r2-cj-2
62 drwxr-xr-x 2 root root 4096 Feb 23 10:48 grub
63 -rw-r--r-- 1 root root 4563312 Jan 5 12:03 vmlinuz-3.1.6-gentoo-cj-1
64 -rw-r--r-- 1 root root 4608752 Feb 23 10:23 vmlinuz-3.2.1-gentoo-r2-cj-2
65
66 Rgds,
67 Coert

Replies

Subject Author
Re: [gentoo-user] gentoo-sources menuconfig feature/weirdness Neil Bothwick <neil@××××××××××.uk>