Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 10 Jan 2002 17:13:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 10 Jan 2002 17:12:59 -0500 Received: from dsl254-112-233.nyc1.dsl.speakeasy.net ([216.254.112.233]:48543 "EHLO snark.thyrsus.com") by vger.kernel.org with ESMTP id ; Thu, 10 Jan 2002 17:12:48 -0500 Message-Id: <200201102155.g0ALtkA22362@snark.thyrsus.com> Content-Type: text/plain; charset=US-ASCII From: Rob Landley To: Tom Rini , Anton Altaparmakov , Greg KH , Alex Bligh - linux-kernel , felix-dietlibc@fefe.de, linux-kernel@vger.kernel.org Subject: Re: initramfs programs (was [RFC] klibc requirements) Date: Thu, 10 Jan 2002 09:09:01 -0500 X-Mailer: KMail [version 1.3.1] In-Reply-To: <5.1.0.14.2.20020109213221.02dd5f80@pop.cus.cam.ac.uk> <20020110013856.A26151@devcon.net> <20020110024240.GW13931@cpe-24-221-152-185.az.sprintbbd.net> In-Reply-To: <20020110024240.GW13931@cpe-24-221-152-185.az.sprintbbd.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 09 January 2002 09:42 pm, Tom Rini wrote: > On Thu, Jan 10, 2002 at 01:38:56AM +0100, Andreas Ferber wrote: > > On Wed, Jan 09, 2002 at 05:25:07PM -0700, Tom Rini wrote: > > > > This could be done anyway: just replace the initramfs image built by > > > > the kernel build with anotherone built from another source tree. It > > > > would be helpful though if the tools were distributed both standalone > > > > and included into the kernel tree. > > > > > > If the kernel is going to build an initramfs option, it also needs a > > > way to be given one. The issue I'm thinking of is I know of a few > > > platforms where the initramfs archive will have to be part of the > > > 'zImage' file (much like they do for ramdisks now). > > > > Append it to the zImage and let the kernel look for it there. Plus add > > a tool to util-linux (or maybe an option to rdev?) to let you replace > > the embedded initramfs in a {,b}zImage with a customized one. > > Er, 'rdev' is an x86-only program, so lets not add common functionality > to that. And I'd rather not throw something onto the end of the > 'zImage' since I just got done removing annoying/broken things like > that. You want it to be an ELF section then? Rob - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/