From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DWZXh-0006Sw-PT for mharc-grub-devel@gnu.org; Fri, 13 May 2005 08:45:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DWZXd-0006Qy-SI for grub-devel@gnu.org; Fri, 13 May 2005 08:45:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DWZXb-0006Pk-Mj for grub-devel@gnu.org; Fri, 13 May 2005 08:45:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DWZXb-0006Ok-Ax for grub-devel@gnu.org; Fri, 13 May 2005 08:45:19 -0400 Received: from [195.135.220.2] (helo=mx1.suse.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DWZcN-00012Z-SU for grub-devel@gnu.org; Fri, 13 May 2005 08:50:16 -0400 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 45D3E11F5 for ; Fri, 13 May 2005 14:43:08 +0200 (CEST) Date: Fri, 13 May 2005 14:43:07 +0200 From: Olaf Hering To: The development of GRUB 2 Message-ID: <20050513124307.GA13577@suse.de> References: <20050509050526.GA18510@miracle> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20050509050526.GA18510@miracle> X-DOS: I got your 640K Real Mode Right Here Buddy! X-Homeland-Security: You are not supposed to read this line! You are a terrorist! User-Agent: Mutt und vi sind doch schneller als Notes (und GroupWise) Subject: Re: [ppc] [patch] set environment from commandline 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: Fri, 13 May 2005 12:45:24 -0000 On Mon, May 09, Hollis Blanchard wrote: > We're doing a lot of useless work in cmain(). > > Also, this patch allows you to boot from the OF commandline, overriding > the defaults. Example: > boot enet:,grubof prefix=foo; debug=bar Can one override essential parts of grub that way? Like loading a different config file?