From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OVOAS-0003Xa-Ca for mharc-grub-devel@gnu.org; Sun, 04 Jul 2010 08:19:28 -0400 Received: from [140.186.70.92] (port=59404 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVOAP-0003XV-Jz for grub-devel@gnu.org; Sun, 04 Jul 2010 08:19:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVOAO-0003NI-Kp for grub-devel@gnu.org; Sun, 04 Jul 2010 08:19:25 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:55253) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVOAO-0003N8-Gj for grub-devel@gnu.org; Sun, 04 Jul 2010 08:19:24 -0400 Received: by wyj26 with SMTP id 26so26040wyj.0 for ; Sun, 04 Jul 2010 05:19:22 -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=wYiJXpHommg8Of5awP3YmTXY8EA9Ioh5frPlhUISTvc=; b=KaG+zHh4gLn9Wp880vPDd8n7ZsL3QfrwINh77KtolaBKEDQjxlL7Jxc6N+olfXmy25 6oottD+P2ais3PfD4chxRdELQhFPQ6oV697kcSLjXa/khHk7vG8zFgXFgfkcmsMAAVhy L/igm64vhncbP+/uT3ib1n1A+6C1XGWzoL+W4= 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=SCzuodfGM2BLot4G4bJkjNnj1IiXYbGDCSfuVH+RqucutHI1YeOIBZizV0E8UavH1f fWtJ2L2rAh/UbAlyb0nVJbw38MsSHfRxYjVFBm3ljxqsOOEA8lzikQzBDDQUvl3KXhKO JE3H0jne1YIbcFZbofiPBV9PMyWYOEzAUAnQM= Received: by 10.227.142.136 with SMTP id q8mr1714897wbu.95.1278245962714; Sun, 04 Jul 2010 05:19:22 -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 i25sm22699301wbi.22.2010.07.04.05.19.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Jul 2010 05:19:22 -0700 (PDT) Message-ID: <4C307C56.1060209@gmail.com> Date: Sun, 04 Jul 2010 14:19:34 +0200 From: =?UTF-8?B?R3LDqWdvaXJlIFN1dHJl?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5 MIME-Version: 1.0 To: The development of GNU GRUB References: <4C1AAAC9.4060907@gmail.com> <4C2D0015.5070603@gmail.com> In-Reply-To: <4C2D0015.5070603@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [Patch] Do not embed with multiple partmaps 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: Sun, 04 Jul 2010 12:19:26 -0000 On 07/01/2010 10:52 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Go ahead. Just replace "BAD IDEA" with "not supported yet" Thanks, I replaced "BAD IDEA" with "not supported yet" and committed. Grégoire.