Improve docs

This commit is contained in:
Raja Grewal 2024-07-15 15:05:00 +10:00
parent c8385d82fb
commit b2657bc61f
No known key found for this signature in database
GPG Key ID: 92CA473C156B64C4
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ configuration file.
- Provide option to disable the entire IPv6 stack to reduce attack surface. - Provide option to disable the entire IPv6 stack to reduce attack surface.
Disallow sensitive kernel information leaks in the console during boot. See Disallow sensitive kernel information leaks in the console during boot. See
the `/etc/default/grub.d/40_quiet_boot.cfg` configuration file. the `/etc/default/grub.d/41_quiet_boot.cfg` configuration file.
### Kernel Modules ### Kernel Modules

View File

@ -18,4 +18,4 @@ GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT quiet"
## For Increased Log Verbosity: ## For Increased Log Verbosity:
## Adjust (or 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. ## Alternatively, installing the debug-misc package will undo these settings.