From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NHrnh-0003fw-I4 for mharc-grub-devel@gnu.org; Mon, 07 Dec 2009 23:35:49 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHrnf-0003eR-EF for grub-devel@gnu.org; Mon, 07 Dec 2009 23:35:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHrnd-0003c9-UK for grub-devel@gnu.org; Mon, 07 Dec 2009 23:35:46 -0500 Received: from [199.232.76.173] (port=50502 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHrnd-0003c1-O5 for grub-devel@gnu.org; Mon, 07 Dec 2009 23:35:45 -0500 Received: from 74-93-104-97-washington.hfc.comcastbusiness.net ([74.93.104.97]:41100 helo=sunset.davemloft.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHrnd-0004Hi-Cp for grub-devel@gnu.org; Mon, 07 Dec 2009 23:35:45 -0500 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 35DF624C6E2; Mon, 7 Dec 2009 20:35:44 -0800 (PST) Date: Mon, 07 Dec 2009 20:35:43 -0800 (PST) Message-Id: <20091207.203543.145455298.davem@davemloft.net> To: grub-devel@gnu.org, fzielcke@z-51.de From: David Miller In-Reply-To: <1260182362.2908.5.camel@fz.local> References: <20091206.233053.45905914.davem@davemloft.net> <1260182362.2908.5.camel@fz.local> X-Mailer: Mew version 6.2 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: 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: Tue, 08 Dec 2009 04:35:48 -0000 From: Felix Zielcke Date: Mon, 07 Dec 2009 11:39:22 +0100 > The one mount point case is now fixed in r1917 > See Subject: `handling mount points in grub-mkrelpath' from me for the > patch. Seems to work properly now. The paths all start with "//" but I guess that's ok. Thanks!