mirror of
https://github.com/systemd/systemd.git
synced 2025-03-11 20:58:27 +03:00
mkosi: temporarily disable panic_on_warn
Due to a BTRFS issue in kernel 6.12 (and backported in Ubuntu to 6.8) there's a warning triggered by some tests, and it then causes a panic. The BTRFS issue has a patch but it is not available in any distro yet, so disable panic_on_warn until it reaches Arch and Ubuntu Noble. Bugs have been filed.
This commit is contained in:
parent
56785120a0
commit
930d65ccca
@ -74,7 +74,8 @@ KernelCommandLine=
|
|||||||
oops=panic
|
oops=panic
|
||||||
panic=-1
|
panic=-1
|
||||||
softlockup_panic=1
|
softlockup_panic=1
|
||||||
panic_on_warn=1
|
# Disabled due to BTRFS issue, waiting for the fix to become available
|
||||||
|
panic_on_warn=0
|
||||||
psi=1
|
psi=1
|
||||||
|
|
||||||
KernelModulesInitrdExclude=.*
|
KernelModulesInitrdExclude=.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user