On Sat, Jan 20, 2007 at 09:10:37PM +0000, TJ wrote: > On Sat, 2007-01-20 at 12:59 -0800, Matt Zimmerman wrote: > > The options are passed to it by modprobe, based on command-line parameters > > and its configuration files, either in early userspace (initramfs) or from > > an init script. > > > > It seems that it doesn't parse the kernel command line as a module.
Correct. Parameters for modules are passed only on the modprobe command line unless the module makes a special effort to check the kernel command line. -- - mdz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

