Aus der Linux-Kernel-Dokumentation :
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
Beachten Sie, dass dies für Module gilt, die in den Kernel integriert sind. Wenn es als ladbares Modul kompiliert wird, muss es einige Zeit nach dem Start des Kernels modprobe'd werden. Dies ist der richtige Zeitpunkt, um Parameter an das Modul zu übergeben.