Split modprobe into blacklisted and disabled configurations

This commit is contained in:
Raja Grewal 2024-07-12 02:42:37 +10:00
parent fc792ff232
commit b02230a783
No known key found for this signature in database
GPG key ID: 92CA473C156B64C4
14 changed files with 96 additions and 85 deletions

View file

@ -5,6 +5,6 @@
## Alerts the user that a kernel module failed to load due to it being blacklisted by default.
echo "$0: ERROR: This CD-ROM kernel module is disabled by package security-misc by default. See the configuration file /etc/modprobe.d/30_security-misc.conf | args: $@" >&2
echo "$0: ERROR: This CD-ROM kernel module is disabled by package security-misc by default. See the configuration file /etc/modprobe.d/30_security-misc_disable.conf | args: $@" >&2
exit 1