mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-02 18:40:48 -05:00
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:
parent
13a3a4ece0
commit
6530e1a583
@ -46,7 +46,7 @@ kernel.kexec_load_disabled = 1
|
|||||||
fs.protected_regular = 2
|
fs.protected_regular = 2
|
||||||
fs.protected_fifos = 2
|
fs.protected_fifos = 2
|
||||||
|
|
||||||
kernel.panic = 10
|
kernel.panic = -1
|
||||||
kernel.panic_on_oops = 1
|
kernel.panic_on_oops = 1
|
||||||
|
|
||||||
dev.tty.ldisc_autoload = 0
|
dev.tty.ldisc_autoload = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user