mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
mkosi: Make sure the kernel fails loudly on oops/panic/softlockup
Helps with noticing kernel related failures.
This commit is contained in:
parent
f1d2dc187f
commit
ff45d26de0
@ -36,6 +36,10 @@ KernelCommandLine=systemd.crash_shell
|
||||
systemd.setenv=SYSTEMD_ENABLE_LOG_CONTEXT=yes
|
||||
SYSTEMD_ENABLE_LOG_CONTEXT=yes
|
||||
raid=noautodetect
|
||||
oops=panic
|
||||
panic=-1
|
||||
softlockup_panic=1
|
||||
panic_on_warn=1
|
||||
|
||||
[Host]
|
||||
Credentials=journal.storage=persistent
|
||||
|
Loading…
Reference in New Issue
Block a user