From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KTNnm-0006gq-W6 for mharc-grub-devel@gnu.org; Wed, 13 Aug 2008 17:22:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTNnl-0006gQ-3P for grub-devel@gnu.org; Wed, 13 Aug 2008 17:22:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTNni-0006g0-U6 for grub-devel@gnu.org; Wed, 13 Aug 2008 17:22:40 -0400 Received: from [199.232.76.173] (port=45365 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTNni-0006fx-Oi for grub-devel@gnu.org; Wed, 13 Aug 2008 17:22:38 -0400 Received: from smtp-vbr10.xs4all.nl ([194.109.24.30]:4938) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTNni-0000R7-B2 for grub-devel@gnu.org; Wed, 13 Aug 2008 17:22:38 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id m7DLMbi5072573 for ; Wed, 13 Aug 2008 23:22:37 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <1217518526.3641.33.camel@fz-deb.local> <1218662214.4063.0.camel@fz.local> Mail-Copies-To: mgerards@xs4all.nl Date: Wed, 13 Aug 2008 23:26:16 +0200 In-Reply-To: <1218662214.4063.0.camel@fz.local> (Felix Zielcke's message of "Wed, 13 Aug 2008 23:16:54 +0200") Message-ID: <87ej4s1u9z.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: by monty-python.gnu.org: FreeBSD 4.6-4.9 Subject: Re: [PATCH] add support for GRUB_GFXMODE variable 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: Wed, 13 Aug 2008 21:22:41 -0000 Hi, Felix Zielcke writes: > seems like nobody responded to this one :) > > Am Donnerstag, den 31.07.2008, 17:35 +0200 schrieb Felix Zielcke: >> Here's a patch to add a GRUB_GFXMODE variable for update-grub >> to set the gfxmode. >> >> >> 2008-07-31 Felix Zielcke >> >> * util/update-grub.in (GRUB_GFXMODE): Export variable. >> * util/grub.d/00_header.in: Allow the administrator to change default >> gfxmode via ${GRUB_GFXMODE}. This is Roberts domain ;-) -- Marco