From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NHljL-0003ns-Fk for mharc-grub-devel@gnu.org; Mon, 07 Dec 2009 17:06:55 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHljJ-0003mZ-DB for grub-devel@gnu.org; Mon, 07 Dec 2009 17:06:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHljE-0003j3-Ka for grub-devel@gnu.org; Mon, 07 Dec 2009 17:06:52 -0500 Received: from [199.232.76.173] (port=60395 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHljE-0003in-Ad for grub-devel@gnu.org; Mon, 07 Dec 2009 17:06:48 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:56966) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHljD-000348-Pr for grub-devel@gnu.org; Mon, 07 Dec 2009 17:06:48 -0500 Received: from [85.180.16.123] (e180016123.adsl.alicedsl.de [85.180.16.123]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MXCmv-1NcGhv3fev-00WH87; Mon, 07 Dec 2009 23:06:47 +0100 From: Felix Zielcke To: The development of GNU GRUB In-Reply-To: <20091207.032434.220077475.davem@davemloft.net> References: <20091206.233053.45905914.davem@davemloft.net> <1260182362.2908.5.camel@fz.local> <20091207.032434.220077475.davem@davemloft.net> Content-Type: text/plain; charset="UTF-8" Date: Mon, 07 Dec 2009 23:06:46 +0100 Message-ID: <1260223606.2983.2.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.29.3 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18JoO62ej1c+a339KE7xY93kY8ORBhazbC8dT0 gTBBfQ5xn1ltC/b7S7b1N/dxe//gnue3ShUlGLE9uTIeKNSNby rvc1X6FpMlUV5xD3zGsnQ== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: mkrelpath doesn't do what it should... X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2009 22:06:53 -0000 Am Montag, den 07.12.2009, 03:24 -0800 schrieb David Miller: > In fact I don't see why these scripts don't do that, and relatively > resolve the /boot directory whatever seperately. Because it's faster to just call once for the directory make_system_path_relative_to_its_root() instead of once for every kernel you have. Colin even added caching for prepare_grub_to_access_device() because it can be slow if you have many many kernels. -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer