[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080403120425.232cb1ba@tomh>
Date: Thu, 3 Apr 2008 12:04:25 -0400
From: Tom Horsley <tom.horsley@...r.com>
To: linux-kernel@...r.kernel.org
Subject: Re: module parameters versus kernel command line
On Thu, 3 Apr 2008 08:39:53 -0700
Randy Dunlap <randy.dunlap@...cle.com> wrote:
> Module parameters for modules that are built into the kernel image
> are specified on the kernel command line with the module name plus
> '.' plus parameter name, with '=' and value if appropriate, such as:
>
> usbcore.blinkenlights=1
I know that part, I'm just wondering if it would be nice to have
even dynamically loaded modules notice the kernel option
so that the "usbcore" module would see the "blinkenlights=1"
parameter from the kernel boot options when dynamically loaded?
That way, you wouldn't have to stop and figure out if a module
was static or dynamic to decide if you need to edit the grub boot
line or the modprobe.conf file.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists