From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 14vzzi-0004AI-00 for ; Sat, 05 May 2001 12:13:02 +0100 From: David Woodhouse In-Reply-To: References: To: "Jason Walker" Cc: "MTD Mailing List" Subject: Re: MTD and 2.4 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 05 May 2001 12:13:27 +0100 Message-ID: <2086.989061207@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: jasonw@uswo.net said: > perhaps rdev'ing the 2.4 kernel I am working on would be a better > approach. Or just pass 'root=/dev/nftla1' on the command line, making sure the LILO doesn't try to be clever. I think you need to use 'append=' for that. You have to make sure that nftla is in the root device table in init/main.c for that, too. -- dwmw2