Create panic-on-oops

This commit is contained in:
madaidan 2019-07-08 22:58:56 +00:00 committed by GitHub
parent 50c00fcfa1
commit 52c61011d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,7 @@
#!/bin/bash
## Copyright (C) 2012 - 2018 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
## See the file COPYING for copying conditions.
# Makes the kernel panic on oopses.
sysctl kernel.panic_on_oops=1