From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CKBRF-0004X9-Mr for mharc-grub-devel@gnu.org; Wed, 20 Oct 2004 04:03:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CKBR9-0004Tt-NE for grub-devel@gnu.org; Wed, 20 Oct 2004 04:03:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CKBR6-0004SP-PU for grub-devel@gnu.org; Wed, 20 Oct 2004 04:03:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKBR5-0004Ra-W5 for grub-devel@gnu.org; Wed, 20 Oct 2004 04:03:08 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CKBJD-0007r6-3W for grub-devel@gnu.org; Wed, 20 Oct 2004 03:54:59 -0400 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 36E088DD9 for ; Wed, 20 Oct 2004 09:47:19 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 11763-08 for ; Wed, 20 Oct 2004 09:47:17 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 766428DAF for ; Wed, 20 Oct 2004 09:47:17 +0200 (CEST) Received: from marco.marco-g.com (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 2DC78C04A for ; Wed, 20 Oct 2004 09:47:17 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <87zn2hrcj3.fsf@marco.marco-g.com> <20041020073346.GB4375@artax.karlin.mff.cuni.cz> From: Marco Gerards Date: Wed, 20 Oct 2004 09:47:17 +0000 In-Reply-To: <20041020073346.GB4375@artax.karlin.mff.cuni.cz> (Tomas Ebenlendr's message of "Wed, 20 Oct 2004 09:33:46 +0200") Message-ID: <87r7ntraai.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Subject: Re: device syntax X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 08:03:14 -0000 Tomas Ebenlendr writes: > Does any 'device' in any port contain '(' or ')'? If so, I propose > escaping or translating to other characters. On some architecture, who knows? > The problem with comma can be solved by escaping also, or by searching > for last comma, followed only by digits (provided that we specify > partitions only by numbers). No, we don't. AFAIK for BSD slices the following in possible: (hd0,4,a) -- Marco