Roberto Griso wrote:
> I need to pass an option for a kernel module that's loaded in rc.conf 
> file.
>
> What can i do?
Specify the option in /etc/modprobe.conf - something like this:

install <module_name> modprobe -i <module_name> <option>

Real-life example - for kqemu, I have this:

install kqemu modprobe -i kqemu major=0


_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to