2024-05-10 23:18:36 -04:00
|
|
|
## Copyright (C) 2019 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
2020-05-14 13:47:58 -04:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
2024-07-13 08:41:40 -04:00
|
|
|
## Prevent kernel information leaks in the console during boot.
|
2024-07-15 01:01:48 -04:00
|
|
|
## Must be used in combination with the kernel boot parameters.
|
|
|
|
## See /etc/default/grub.d/41_quiet_boot.cfg for implementation.
|
|
|
|
##
|
2024-07-17 10:55:12 -04:00
|
|
|
## For more information, refer to:
|
2024-07-15 01:01:48 -04:00
|
|
|
## https://www.kernel.org/doc/html/latest/core-api/printk-basics.html
|
2024-07-13 08:41:40 -04:00
|
|
|
##
|
2024-07-15 01:01:48 -04:00
|
|
|
kernel.printk=3 3 3 3
|
|
|
|
|
2024-07-17 10:55:12 -04:00
|
|
|
## For increased log verbosity:
|
|
|
|
## A) Adjust (or comment out) the kernel parameters in /etc/default/grub.d/41_quiet_boot.cfg. Or,
|
|
|
|
## B) Alternatively, install the debug-misc package to undo these settings.
|