Updated wording of error files for disabled modules

This commit is contained in:
Raja Grewal
2024-07-15 21:10:13 +10:00
parent fda3832eaf
commit a8bc1144c3
5 changed files with 5 additions and 5 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 bluetooth kernel module is disabled by package security-misc by default. See the configuration file /etc/modprobe.d/30_security-misc_disable.conf | args: $@" >&2
echo "$0: ERROR: This Bluetooth 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