Details on disabled fbdev kernel modules

This commit is contained in:
Raja Grewal 2024-08-07 14:44:14 +10:00
parent e98dc8c4f8
commit a5373afc55
No known key found for this signature in database
GPG key ID: 92CA473C156B64C4
3 changed files with 6 additions and 4 deletions

View file

@ -5,6 +5,6 @@
## Alerts user that a kernel module failed to load due to it being explicitly disabled by default.
echo "$0: ALERT: This framebuffer 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
echo "$0: ALERT: This framebuffer (fbdev) 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