mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-23 01:40:41 -04:00
comments
This commit is contained in:
parent
43ea4dbb83
commit
72908d6b0d
2 changed files with 16 additions and 0 deletions
|
@ -7,3 +7,11 @@
|
||||||
## Remove "quiet" from GRUB_CMDLINE_LINUX_DEFAULT because "quiet" must be first.
|
## Remove "quiet" from GRUB_CMDLINE_LINUX_DEFAULT because "quiet" must be first.
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="$(echo "$GRUB_CMDLINE_LINUX_DEFAULT" | LANG=C str_replace "quiet" "")"
|
GRUB_CMDLINE_LINUX_DEFAULT="$(echo "$GRUB_CMDLINE_LINUX_DEFAULT" | LANG=C str_replace "quiet" "")"
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT quiet loglevel=0"
|
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT quiet loglevel=0"
|
||||||
|
|
||||||
|
## NOTE:
|
||||||
|
## For higher verbosity, the user might also want to delete file
|
||||||
|
## /etc/sysctl.d/30_silent-kernel-printk.conf
|
||||||
|
## (or out-comment its settings).
|
||||||
|
##
|
||||||
|
## Alternatively, the user could consider to install the debug-misc package,
|
||||||
|
## which will undo the settings found here.
|
||||||
|
|
|
@ -4,3 +4,11 @@
|
||||||
## Prevent kernel info leaks in console during boot.
|
## Prevent kernel info leaks in console during boot.
|
||||||
## https://phabricator.whonix.org/T950
|
## https://phabricator.whonix.org/T950
|
||||||
kernel.printk = 3 3 3 3
|
kernel.printk = 3 3 3 3
|
||||||
|
|
||||||
|
## NOTE:
|
||||||
|
## For higher verbosity, the user might also want to delete file
|
||||||
|
## /etc/default/grub.d/41_quiet.cfg
|
||||||
|
## (or out-comment its settings).
|
||||||
|
##
|
||||||
|
## Alternatively, the user could consider to install the debug-misc package,
|
||||||
|
## which will undo the settings found here.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue