8afa1c9ff3
should have been part of 141930 OBS-URL: https://build.opensuse.org/request/show/142369 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=1
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
|