Update notifications for disabled kernel modules

This commit is contained in:
Raja Grewal 2024-08-07 14:14:47 +10:00
parent 50fa721fd5
commit e98dc8c4f8
No known key found for this signature in database
GPG key ID: 92CA473C156B64C4
12 changed files with 24 additions and 24 deletions

View file

@ -3,8 +3,8 @@
## Copyright (C) 2019 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
## Alerts the user that a kernel module failed to load due to it being blacklisted by default.
## Alerts user that a kernel module failed to load due to it being explicitly disabled by default.
echo "$0: ERROR: This CD-ROM/DVD 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: ALERT: This CD-ROM/DVD kernel module is disabled by package security-misc by default. See the configuration file /etc/modprobe.d/30_security-misc_disable.conf for details. | args: $@" >&2
exit 1