From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LnqYb-0005l5-AM for mharc-grub-devel@gnu.org; Sun, 29 Mar 2009 04:39:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnqYZ-0005k1-6M for grub-devel@gnu.org; Sun, 29 Mar 2009 04:39:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnqYX-0005jK-CV for grub-devel@gnu.org; Sun, 29 Mar 2009 04:39:50 -0400 Received: from [199.232.76.173] (port=40699 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnqYX-0005jG-7i for grub-devel@gnu.org; Sun, 29 Mar 2009 04:39:49 -0400 Received: from mail.nexedi.com ([91.121.25.85]:47047 helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LnqYW-00020k-Oq for grub-devel@gnu.org; Sun, 29 Mar 2009 04:39:48 -0400 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id E80F73D9F8 for ; Sun, 29 Mar 2009 10:39:44 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 29 Mar 2009 17:39:36 +0900 User-Agent: KMail/1.9.10 References: <20090329023129.GA17926@thorin> In-Reply-To: <20090329023129.GA17926@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903291739.36753.okuji@enbug.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] GRUB_GFXMODE_LINUX user 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: Sun, 29 Mar 2009 08:39:51 -0000 On Sunday 29 March 2009 11:31:29 Robert Millan wrote: > This patch adds GRUB_GFXMODE_LINUX user variable to make it easy for > users to set graphical mode before booting Linux. Is this really Linux-specific? It look somehow coincidental to me that this is used only for Linux. If other operating systems, such as FreeBSD, support that way of switching a video mode, I think you would want to reuse the same variable. Thanks, Okuji