From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BbHMv-0006ZN-OH for mharc-grub-devel@gnu.org; Fri, 18 Jun 2004 07:17:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BbHMu-0006ZH-CK for grub-devel@gnu.org; Fri, 18 Jun 2004 07:17:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BbHMs-0006Z5-K1 for grub-devel@gnu.org; Fri, 18 Jun 2004 07:17:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BbHMs-0006Z2-FQ for grub-devel@gnu.org; Fri, 18 Jun 2004 07:17:10 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BbHLh-0000gA-IE for grub-devel@gnu.org; Fri, 18 Jun 2004 07:15:58 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by mx20.gnu.org with esmtp (Exim 4.34) id 1BbH47-0006Eu-Kv for grub-devel@gnu.org; Fri, 18 Jun 2004 06:57:49 -0400 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 75E848237 for ; Fri, 18 Jun 2004 12:52:48 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 17269-02 for ; Fri, 18 Jun 2004 12:52:45 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 14F0C84BC for ; Fri, 18 Jun 2004 12:52:45 +0200 (CEST) Received: from marco.marco-g.com (a82-92-27-129.adsl.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 8519DC04A for ; Fri, 18 Jun 2004 11:52:43 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <20040615113103.GA4639@artax.karlin.mff.cuni.cz> <87pt7zag0e.fsf@marco.marco-g.com> <20040616115034.GA20649@artax.karlin.mff.cuni.cz> <200406181245.25715.okuji@enbug.org> From: Marco Gerards Date: Fri, 18 Jun 2004 12:52:45 +0200 In-Reply-To: <200406181245.25715.okuji@enbug.org> (Yoshinori K. Okuji's message of "Fri, 18 Jun 2004 12:45:25 +0200") Message-ID: <87brjh5e9u.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Subject: Re: normal/cmdline bug & patch X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 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, 18 Jun 2004 11:17:12 -0000 "Yoshinori K. Okuji" writes: > This is possible in the same way as autoload in Emacs. For example, we > can have /boot/grub/autoload.lst which is a table of commands and > modules, like this: > > chainload chainload.mod > linux linux.mod > initrd linux.mod > multiboot mb.mod How about other modules, like filesystems? -- Marco