Add a missing quote mark for panic_on_taint

This commit is contained in:
Aaron Rainbolt 2025-12-15 20:18:14 -06:00
parent 2106ed5aa6
commit 0bf0a73eb4
No known key found for this signature in database
GPG key ID: A709160D73C79109

View file

@ -184,7 +184,7 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX debugfs=off"
##
## Note that this must be used with panic=-1 for it to function as intended.
##
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX panic_on_taint=0xC0924
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX panic_on_taint=0xC0924"
## Prevent sensitive kernel information leaks in the console during boot.
## Must be used in combination with the kernel.printk sysctl.