Tom K wrote: > 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
Another option is to add it into the MODULES line in rc.conf using quotes. e.g.: MODULES=(!usbserial !ide-scsi "some-module foo=bar") DR _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
