reboot immediately on kernel panic

We can adjust this if we ever need to debug a kernel panic issue which
is not expected.
This commit is contained in:
Daniel Micay 2023-01-09 14:18:30 -05:00
parent 13a3a4ece0
commit 6530e1a583

View File

@ -46,7 +46,7 @@ kernel.kexec_load_disabled = 1
fs.protected_regular = 2
fs.protected_fifos = 2
kernel.panic = 10
kernel.panic = -1
kernel.panic_on_oops = 1
dev.tty.ldisc_autoload = 0