Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: When did bzImage move?
Date: Sun, 01 Feb 2009 05:29:16
Message-Id: gm3buh$6f0$1@ger.gmane.org
In Reply to: Re: [gentoo-user] When did bzImage move? by Dale
1 Dale wrote:
2 > [...]
3 > But that would only allow you to have two kernels laying around. Right
4 > now I have these:
5 >
6 > root@smoker / # ls /boot/bzImage-2*
7 > -rw-r--r-- 1 root root 2355440 Jan 31 18:52 /boot/bzImage-2-28-r8-1
8 > -rw-r--r-- 1 root root 2460088 Jan 2 20:13 /boot/bzImage-2.6.23-r8-7
9 > -rw-r--r-- 1 root root 2288336 Dec 30 07:49 /boot/bzImage-2.6.27-r7-1
10 > root@smoker / #
11
12 I only use make install and my /boot looks like this:
13
14 config -> config-2.6.28-gentoo-r1
15 config-2.6.24-gentoo-r8
16 config-2.6.27-gentoo-r7
17 config-2.6.28-gentoo
18 config-2.6.28-gentoo-r1
19 config.old -> config-2.6.28-gentoo
20 System.map -> System.map-2.6.28-gentoo-r1
21 System.map-2.6.24-gentoo-r8
22 System.map-2.6.27-gentoo-r7
23 System.map-2.6.28-gentoo
24 System.map-2.6.28-gentoo-r1
25 System.map.old -> System.map-2.6.28-gentoo
26 vmlinuz -> vmlinuz-2.6.28-gentoo-r1
27 vmlinuz-2.6.24-gentoo-r8
28 vmlinuz-2.6.27-gentoo-r7
29 vmlinuz-2.6.28-gentoo
30 vmlinuz-2.6.28-gentoo-r1
31 vmlinuz.old -> vmlinuz-2.6.28-gentoo
32
33 I never changed any filename in there manualy.