Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 8 Mar 2003 11:55:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 8 Mar 2003 11:55:01 -0500 Received: from caramon.arm.linux.org.uk ([212.18.232.186]:53265 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id ; Sat, 8 Mar 2003 11:55:00 -0500 Date: Sat, 8 Mar 2003 17:05:32 +0000 From: Russell King To: "Eric W. Biederman" Cc: Bogdan Costescu , Chris Dukes , Alan Cox , Jeff Garzik , Robin Holt , Linux Kernel Mailing List , netdev@oss.sgi.com Subject: Re: Make ipconfig.c work as a loadable module. Message-ID: <20030308170532.D1896@flint.arm.linux.org.uk> Mail-Followup-To: "Eric W. Biederman" , Bogdan Costescu , Chris Dukes , Alan Cox , Jeff Garzik , Robin Holt , Linux Kernel Mailing List , netdev@oss.sgi.com References: <20030308161936.C1896@flint.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from ebiederm@xmission.com on Sat, Mar 08, 2003 at 09:48:16AM -0700 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1262 Lines: 26 On Sat, Mar 08, 2003 at 09:48:16AM -0700, Eric W. Biederman wrote: > I can change the contents of my ramdisk as easily as I can change > the kernel command line. For the complex setups just placing > a configuration file in the ramdisk is what seems to work the best > in practice. You'll forgive me if I don't think that "change the contents of ramdisk" is as easy as changing the kernel command line. Last time I checked, to change the contents of a ramdisk image, you needed to ungzip it, mount it, make some changes, unmount it, re-gzip it, and re-install the thing. Or, in the case of initramfs, you need to rebuild the kernel image. Compare this to changing the kernel command line from "root=/dev/hda1" to "root=/dev/nfs ip=dhcp" in the boot loader by hitting a few keys on the keyboard before the kernel loads, and I think you'll start to get my point here. -- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html - 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/