From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RtHb7-0000Ci-3V for mharc-grub-devel@gnu.org; Fri, 03 Feb 2012 06:46:33 -0500 Received: from eggs.gnu.org ([140.186.70.92]:57168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtHb0-0008UP-9M for grub-devel@gnu.org; Fri, 03 Feb 2012 06:46:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtHay-0005vw-UH for grub-devel@gnu.org; Fri, 03 Feb 2012 06:46:26 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:48142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtHay-0005vj-Py for grub-devel@gnu.org; Fri, 03 Feb 2012 06:46:24 -0500 Received: by wgbdt13 with SMTP id dt13so2900945wgb.30 for ; Fri, 03 Feb 2012 03:46:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=3gh+vd27FgfwqsEXqlXgFAj7RGA1smWHazZoUdT26D8=; b=gUSliJxW+ZcHyF6C+OFt2EYVjOOitlGOBLET/ddNL10KhJ/EQZpioDlJoXOoIMDcIc cnN97Mid7SuXN88bkl9RMptXb3K0d/pGSsKm5rhTh3J3FgYQ0VjOwvpZ7T0+vgXw4paM /jGp7mHC7AEOt77Y8Zqv4Ygi4F6sdOdnVsIfQ= Received: by 10.180.86.105 with SMTP id o9mr11008822wiz.4.1328269583998; Fri, 03 Feb 2012 03:46:23 -0800 (PST) Received: from [192.168.1.37] ([88.160.112.182]) by mx.google.com with ESMTPS id dr5sm16639961wib.0.2012.02.03.03.46.23 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Feb 2012 03:46:23 -0800 (PST) Message-ID: <4F2BC90C.6070000@gmail.com> Date: Fri, 03 Feb 2012 12:46:20 +0100 From: =?UTF-8?B?R3LDqWdvaXJlIFN1dHJl?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Iceowl/1.0b2 Icedove/3.1.16 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] NetBSD disk wedge support References: <4F2BBB72.2060507@gmail.com> <4F2BC285.9090800@gmail.com> In-Reply-To: <4F2BC285.9090800@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.49 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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: Fri, 03 Feb 2012 11:46:31 -0000 On 02/03/2012 12:18 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Go ahead. Done, thanks. Grégoire > On 03.02.2012 11:48, Grégoire Sutre wrote: >> The attached patch makes it possible to install GRUB from NetBSD >> on a GPT partition. Those are available as so-called disk wedges >> on NetBSD (see [1]). Tested under NetBSD -current. >> >> Grégoire >> >> [1] http://netbsd.gw.com/cgi-bin/man-cgi?dk++NetBSD-current >> >> >> _______________________________________________ >> Grub-devel mailing list >> Grub-devel@gnu.org >> https://lists.gnu.org/mailman/listinfo/grub-devel > >