Clarify instructions for increasing log verbosity

This commit is contained in:
Raja Grewal 2024-07-15 14:57:40 +10:00
parent d229e8b04d
commit c8385d82fb
No known key found for this signature in database
GPG Key ID: 92CA473C156B64C4

View File

@ -17,5 +17,5 @@ GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT quiet"
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX quiet"
## For Increased Log Verbosity:
## Comment-out the kernel.printk sysctl in /usr/lib/sysctl.d/30_silent-kernel-printk.conf.
## Adjust (or comment out) the kernel.printk sysctl in /usr/lib/sysctl.d/30_silent-kernel-printk.conf.
## Alternatively, install the debug-misc package which will undo theses settingss.