Provide the option to immediately reboot on a kernel panics

This commit is contained in:
Raja Grewal 2024-07-25 10:28:27 +10:00
parent 3926b91dcf
commit ed3336694c
No known key found for this signature in database
GPG key ID: 92CA473C156B64C4
3 changed files with 4 additions and 1 deletions

View file

@ -119,6 +119,7 @@ kernel.perf_event_paranoid=3
## See /usr/libexec/security-misc/panic-on-oops for implementation.
##
#kernel.panic_on_oops=1
#kernel.panic=-1
## Enable ASLR for mmap base, stack, VDSO pages, and heap.
## Heap randomization can lead to breakages with legacy applications.