From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BbHwQ-0000mu-Ew for mharc-grub-devel@gnu.org; Fri, 18 Jun 2004 07:53:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BbHwO-0000fq-BF for grub-devel@gnu.org; Fri, 18 Jun 2004 07:53:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BbHwM-0000a4-CM for grub-devel@gnu.org; Fri, 18 Jun 2004 07:53:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BbHwM-0000Zr-8j for grub-devel@gnu.org; Fri, 18 Jun 2004 07:53:50 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BbHuk-0007Bp-8V for grub-devel@gnu.org; Fri, 18 Jun 2004 07:52:10 -0400 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id EFD0585E1 for ; Fri, 18 Jun 2004 13:44:14 +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 30997-02 for ; Fri, 18 Jun 2004 13:44:13 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 5324085F6 for ; Fri, 18 Jun 2004 13:44:13 +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 D7B45C046 for ; Fri, 18 Jun 2004 12:44:11 +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> <87brjh5e9u.fsf@marco.marco-g.com> <20040618113824.GA17328@artax.karlin.mff.cuni.cz> From: Marco Gerards Date: Fri, 18 Jun 2004 13:44:13 +0200 In-Reply-To: <20040618113824.GA17328@artax.karlin.mff.cuni.cz> (Tomas Ebenlendr's message of "Fri, 18 Jun 2004 13:38:24 +0200") Message-ID: <87659p5bw2.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:53:52 -0000 ebik@artax.karlin.mff.cuni.cz (Tomas Ebenlendr) writes: >> How about other modules, like filesystems? > > Here is one not so simple, but generic idea: > > let's say that the table will be: > > > linux.mod cmd linux > ext2.mod fs /"file" like magic-recognition pattern (may have whitespaces)/ How do you know which filesystem to use? For example when accessing a ufs filesystem? How about loading all filesystems explicitly in grub.conf? -- Marco