From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MqtRf-0000zG-LH for mharc-grub-devel@gnu.org; Thu, 24 Sep 2009 14:53:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqtRe-0000yU-GM for grub-devel@gnu.org; Thu, 24 Sep 2009 14:53:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqtRZ-0000vW-8r for grub-devel@gnu.org; Thu, 24 Sep 2009 14:53:33 -0400 Received: from [199.232.76.173] (port=60606 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqtRY-0000vJ-T6 for grub-devel@gnu.org; Thu, 24 Sep 2009 14:53:28 -0400 Received: from smarthost03.mail.zen.net.uk ([212.23.3.142]:55203) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqtRY-0007Lt-FT for grub-devel@gnu.org; Thu, 24 Sep 2009 14:53:28 -0400 Received: from [82.69.40.219] (helo=riva.pelham.vpn.ucam.org) by smarthost03.mail.zen.net.uk with esmtp (Exim 4.63) (envelope-from ) id 1MqtRW-00017J-RQ for grub-devel@gnu.org; Thu, 24 Sep 2009 18:53:26 +0000 Received: from cjwatson by riva.pelham.vpn.ucam.org with local (Exim 3.36 #1 (Debian)) for grub-devel@gnu.org id 1MqtRW-0004lO-00; Thu, 24 Sep 2009 19:53:26 +0100 Date: Thu, 24 Sep 2009 19:53:26 +0100 From: Colin Watson To: The development of GRUB 2 Message-ID: <20090924185325.GL13423@riva.ucam.org> References: <875790.2323.qm@web112116.mail.gq1.yahoo.com> <4AB9C1D1.9040004@gmail.com> <20090924120921.GE4558@thorin> <4ABBB3EC.9050505@castlejones.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ABBB3EC.9050505@castlejones.net> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-Smarthost03-IP: [82.69.40.219] X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: grub-install for FreeBSD 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: Thu, 24 Sep 2009 18:53:34 -0000 On Thu, Sep 24, 2009 at 11:01:16AM -0700, Brian R. Jones wrote: > Not sure if Felix's patch covers it, but there is also a problem with the > 'sed' syntax in 10_freebsd and 30_os-prober. It turns out that freebsd > 'sed' is quite retarded (at least in 7.2) and doesn't know that '\t' is > supposed to be tab. Replacing 'sed' with 'gsed' or 'perl -p' fixes this > issue. Does putting a hard tab in the source file fix this? It's not pretty, but we could do that. -- Colin Watson [cjwatson@ubuntu.com]