forked from pool/suse-module-tools
11 lines
532 B
Plaintext
11 lines
532 B
Plaintext
|
#
|
||
|
# Every kernel module has a flag 'supported'. If this flag is not set loading
|
||
|
# this module will taint your kernel. You will not get much help with a kernel
|
||
|
# problem if your kernel is marked as tainted. In this case you firstly have
|
||
|
# to avoid loading of unsupported modules.
|
||
|
#
|
||
|
# Setting allow_unsupported_modules 1 enables loading of unsupported modules
|
||
|
# by modprobe, setting allow_unsupported_modules 0 disables it. This can
|
||
|
# be overriden using the --allow-unsupported-modules commandline switch.
|
||
|
allow_unsupported_modules 1
|