Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 9 Jan 2002 11:03:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 9 Jan 2002 11:03:36 -0500 Received: from air-1.osdl.org ([65.201.151.5]:39554 "EHLO segfault.osdlab.org") by vger.kernel.org with ESMTP id ; Wed, 9 Jan 2002 11:03:22 -0500 Date: Wed, 9 Jan 2002 08:04:44 -0800 (PST) From: Patrick Mochel X-X-Sender: To: Pavel Machek cc: Anton Altaparmakov , Greg KH , , Subject: Re: initramfs programs (was [RFC] klibc requirements) In-Reply-To: <20020109155608.GG21317@atrey.karlin.mff.cuni.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 Jan 2002, Pavel Machek wrote: > Hi! > > > >> How many programs are we talking about here? And what should they do? > > > > > >Very good question that we should probably answer first (I'll follow up > > >to your other points in a separate message). > > > > > >Here's what I want to have in my initramfs: > > > - /sbin/hotplug > > > - /sbin/modprobe > > > - modules.dep (needed for modprobe, but is a text file) > > > > > >What does everyone else need/want there? > > > > It is planned to move partition discovery to userspace which would then > > instruct the kernel of the positions of various partitions. > > Hmm, and when you insert PCMCIA harddrive, what happens? If you're booting from that hard drive, you make sure you have the modules to talk to the drive. In general, you only need to modules to mount the real root partition, right? Will we need cardmgr in the future, or will be able to get away with /sbin/hotplug? -pat - 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/