mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
14 lines
614 B
Plaintext
14 lines
614 B
Plaintext
## Copyright (C) 2019 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## Prevent kernel information leaks in the console during boot.
|
|
## Must be used in combination with the kernel boot parameters.
|
|
## See /etc/default/grub.d/41_quiet_boot.cfg for implementation.
|
|
##
|
|
## https://www.kernel.org/doc/html/latest/core-api/printk-basics.html
|
|
##
|
|
kernel.printk=3 3 3 3
|
|
|
|
## For Increased Log Verbosity:
|
|
## Adjust (or comment out) the kernel parameters in /etc/default/grub.d/41_quiet_boot.cfg.
|
|
## Alternatively, installing the debug-misc package will undo these settings. |