From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OGWWl-00078S-VY for mharc-grub-devel@gnu.org; Mon, 24 May 2010 08:13:04 -0400 Received: from [140.186.70.92] (port=45430 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGWWk-00077F-2l for grub-devel@gnu.org; Mon, 24 May 2010 08:13:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGWWi-0001ln-Jk for grub-devel@gnu.org; Mon, 24 May 2010 08:13:01 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:62110) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGWWi-0001lc-CW for grub-devel@gnu.org; Mon, 24 May 2010 08:13:00 -0400 Received: by wwi14 with SMTP id 14so2508375wwi.0 for ; Mon, 24 May 2010 05:12:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=pdzfCFhh43jFxZpq+kOnFb1ilSu6FzSP0ZM2LeCZxlw=; b=c9icMEfyGrHvtHJcTQN9DK8zEscHUVznerJNcuVBffo3MGXoxdHSMUAB4DSZNJtsMM QLGunsX0FW4xdMfeuBzUAPMuNujwRXpaz4vJpDG1d5U5/fF81Akxm5L00cgiRCPkCy96 dhJmsWceUDvNvtZgdWDB6S7gfth+ObNc3fTiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=mA/yXW5dqVTkKWekGJFO0T7L0nbZN0FTTlpnHONdwos3DzbcRo/9nniuY16LT1nx/d GFNE9j7Ly3hdQNEliHpltO133QzULBk8cD9kbX/wLgKLPuDyCtOOuCbRHnej8bDbb20Y n9R85aWYS3tQiSsO6kgXzYr/gvroDzH2rN5mo= Received: by 10.227.134.85 with SMTP id i21mr5421772wbt.138.1274703179400; Mon, 24 May 2010 05:12:59 -0700 (PDT) Received: from [192.168.1.50] (c2433-1-88-160-112-182.fbx.proxad.net [88.160.112.182]) by mx.google.com with ESMTPS id t20sm31232806wbc.10.2010.05.24.05.12.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 May 2010 05:12:58 -0700 (PDT) Message-ID: <4BFA6D41.1000709@gmail.com> Date: Mon, 24 May 2010 14:12:49 +0200 From: =?ISO-8859-1?Q?Gr=E9goire_Sutre?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100411 Icedove/3.0.4 MIME-Version: 1.0 To: grub-devel@gnu.org References: <4BF65BB0.6010303@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Option handling in grub-mkconfig 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, 24 May 2010 12:13:03 -0000 On 05/24/2010 06:42 AM, BVK Chaitanya wrote: > 2010/5/21 Grégoire Sutre: >> >> The processing of option `-o' in grub-mkconfig only works when >> it is the first option. >> > > IMO this issue might have been fixed in experimental branch, by > fix-cmdline-parsing (or similar) branch. I am on travel, so I cannot > confirm this now :-( I confirm that the fix-cmdline-arg-parsing branch does not have this problem. Grégoire