From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1CskbS-00012E-U1 for mharc-grub-devel@gnu.org; Sun, 23 Jan 2005 11:28:43 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CskbE-0000uz-Ab for grub-devel@gnu.org; Sun, 23 Jan 2005 11:28:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cskb5-0000qy-CA for grub-devel@gnu.org; Sun, 23 Jan 2005 11:28:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cskb4-0000pC-RN for grub-devel@gnu.org; Sun, 23 Jan 2005 11:28:18 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CskI7-0000NU-SD for grub-devel@gnu.org; Sun, 23 Jan 2005 11:08:44 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 06385F8E2152 for ; Sun, 23 Jan 2005 17:08:42 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 23 Jan 05 16:08:41 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 23 Jan 2005 17:09:05 +0100 User-Agent: KMail/1.7.1 References: <200501231528.59397.okuji@enbug.org> <87ekgc5gci.fsf@marco.marco-g.com> In-Reply-To: <87ekgc5gci.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501231709.05842.okuji@enbug.org> Subject: Re: config file 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, 23 Jan 2005 16:28:35 -0000 On Sunday 23 January 2005 16:13, Marco Gerards wrote: > It looks nice to me. How you you want to add the commands that > should be run before the menu is shown? Just the same as it is for > GRUB Legacy? They can be put in anywhere: timeout=10 entry "foo" { ... } splashimage (hd0,0)/boot/image.png entry "bar" { ... } This looks ugly, though. Okuji