From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HxPFl-0002cB-Tn for mharc-grub-devel@gnu.org; Sun, 10 Jun 2007 11:22:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxPFk-0002by-5m for grub-devel@gnu.org; Sun, 10 Jun 2007 11:22:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxPFi-0002bi-LC for grub-devel@gnu.org; Sun, 10 Jun 2007 11:22:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxPFi-0002bf-GW for grub-devel@gnu.org; Sun, 10 Jun 2007 11:22:50 -0400 Received: from smtp-vbr8.xs4all.nl ([194.109.24.28]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxPFi-0001c6-34 for grub-devel@gnu.org; Sun, 10 Jun 2007 11:22:50 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id l5AFMmMR083949 for ; Sun, 10 Jun 2007 17:22:48 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20070609045616.GA9839@ws3.vdp.com> <87645x2ebq.fsf@xs4all.nl> <20070610034253.GA617@ws3.vdp.com> <87y7is1bt3.fsf@xs4all.nl> <20070610120329.GA782@ws3.vdp.com> <20070610151553.GA2640@aragorn> Mail-Copies-To: mgerards@xs4all.nl Date: Sun, 10 Jun 2007 17:29:04 +0200 In-Reply-To: <20070610151553.GA2640@aragorn> (Robert Millan's message of "Sun, 10 Jun 2007 17:15:53 +0200") Message-ID: <87d50325hb.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: FreeBSD 4.6-4.9 Subject: Re: Update for NTFS file system driver 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: Sun, 10 Jun 2007 15:22:52 -0000 Robert Millan writes: > I noticed that your patch isn't adding ntfs to the utils (grub-probe, etc). > > I'm attaching a fix for that. ChangeLog entries: > > * conf/powerpc-ieee1275.rmk: Add fs/ntfs.c to grub-probe and grub-emu. > > * conf/i386-efi.rmk: Likewise. Also remove unused grub-setup definition. > > * conf/i386-pc.rmk: Add fs/ntfs.c to grub-probe, grub-emu and > grub-setup. > > On Sun, Jun 10, 2007 at 08:03:29PM +0800, Bean wrote: >> Ok, I reformat the patch, hopefully it will conform to standard. > > I think what Marco meant is a multipart/mixed attachment (like the one I'm > sending now). This is what most mail programs do when you attach a text file > (but not a gzipped one!). Actually, what he did was just fine :-). > The good thing about this method, is that you can easily extract a patch > (without copy-pasting or being exposed to unwanted format conversions), but > the patch is still part of the message so you can reply to it to discuss > specific parts, keeping their context. If it is an inline attachment or of the patch is inline in the email doesn't matter much to me. I personally like it how Bean sent it :). -- Marco