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
No known key found for this signature in database
GPG key ID: 92CA473C156B64C4
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