Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 14 Jan 2002 15:56:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 14 Jan 2002 15:55:45 -0500 Received: from leibniz.math.psu.edu ([146.186.130.2]:60060 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Mon, 14 Jan 2002 15:55:29 -0500 Date: Mon, 14 Jan 2002 15:55:27 -0500 (EST) From: Alexander Viro To: Chris Friesen cc: David Lang , Alan Cox , babydr@baby-dragons.com, linux-kernel@vger.kernel.org Subject: Re: Hardwired drivers are going away? In-Reply-To: <3C43445D.24D5415F@nortelnetworks.com> 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 Mon, 14 Jan 2002, Chris Friesen wrote: > I haven't been following the initramfs stuff, but now I have a question. > Currently we're using initrd to store a kernel and compressed ramdisk bundled > together as an ~7MB single file that gets netbooted by firmware in a card. Will > it be possible to bundle initramfs together with the kernel into a single file > in this same manner? kernel unpacks to rootfs after init_vfs_caches(). It does populate_root(archive_start, archive_size); followed by releasing that area. That's it. If you have these variables set - it will work, no matter how did the archive get there. - 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/