From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-90096-garchives=archives.gentoo.org@lists.gentoo.org>) id 1LTUtQ-0002UF-FA for garchives@archives.gentoo.org; Sun, 01 Feb 2009 05:29:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 502CAE040B; Sun, 1 Feb 2009 05:29:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2E1DCE040B for <gentoo-user@lists.gentoo.org>; Sun, 1 Feb 2009 05:29:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id CC770643F3 for <gentoo-user@lists.gentoo.org>; Sun, 1 Feb 2009 05:29:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.55 X-Spam-Level: X-Spam-Status: No, score=-3.55 required=5.5 tests=[AWL=0.049, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CxKAd9iISHhu for <gentoo-user@lists.gentoo.org>; Sun, 1 Feb 2009 05:29:07 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 33B27643FC for <gentoo-user@gentoo.org>; Sun, 1 Feb 2009 05:29:06 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LTUtC-0007dx-J3 for gentoo-user@gentoo.org; Sun, 01 Feb 2009 05:29:02 +0000 Received: from athedsl-414655.home.otenet.gr ([79.131.171.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Sun, 01 Feb 2009 05:29:02 +0000 Received: from realnc by athedsl-414655.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Sun, 01 Feb 2009 05:29:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras <realnc@arcor.de> Subject: [gentoo-user] Re: When did bzImage move? Date: Sun, 01 Feb 2009 07:29:03 +0200 Organization: Lucas Barks Message-ID: <gm3buh$6f0$1@ger.gmane.org> References: <49850BBC.9060302@gmail.com> <200902010347.51639.volkerarmin@googlemail.com> <49850FA2.6080106@gmail.com> <200902010402.18188.volkerarmin@googlemail.com> <4985186C.2040001@gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-414655.home.otenet.gr User-Agent: Thunderbird 2.0.0.19 (X11/20090101) In-Reply-To: <4985186C.2040001@gmail.com> Sender: news <news@ger.gmane.org> X-Archives-Salt: 0df07919-1735-4cb3-a4e6-fd06beebadbe X-Archives-Hash: 3155004bd913123d6cb855d0b2bbcd80 Dale wrote: > [...] > But that would only allow you to have two kernels laying around. Right > now I have these: > > root@smoker / # ls /boot/bzImage-2* > -rw-r--r-- 1 root root 2355440 Jan 31 18:52 /boot/bzImage-2-28-r8-1 > -rw-r--r-- 1 root root 2460088 Jan 2 20:13 /boot/bzImage-2.6.23-r8-7 > -rw-r--r-- 1 root root 2288336 Dec 30 07:49 /boot/bzImage-2.6.27-r7-1 > root@smoker / # I only use make install and my /boot looks like this: config -> config-2.6.28-gentoo-r1 config-2.6.24-gentoo-r8 config-2.6.27-gentoo-r7 config-2.6.28-gentoo config-2.6.28-gentoo-r1 config.old -> config-2.6.28-gentoo System.map -> System.map-2.6.28-gentoo-r1 System.map-2.6.24-gentoo-r8 System.map-2.6.27-gentoo-r7 System.map-2.6.28-gentoo System.map-2.6.28-gentoo-r1 System.map.old -> System.map-2.6.28-gentoo vmlinuz -> vmlinuz-2.6.28-gentoo-r1 vmlinuz-2.6.24-gentoo-r8 vmlinuz-2.6.27-gentoo-r7 vmlinuz-2.6.28-gentoo vmlinuz-2.6.28-gentoo-r1 vmlinuz.old -> vmlinuz-2.6.28-gentoo I never changed any filename in there manualy.